Merge branch 'maint'
This commit is contained in:
commit
dcda03170d
|
@ -1967,7 +1967,8 @@ will be easy to remove."
|
||||||
(make-string
|
(make-string
|
||||||
(max 0 (- (- 60 (current-column))
|
(max 0 (- (- 60 (current-column))
|
||||||
(- (match-end 4) (match-beginning 4))
|
(- (match-end 4) (match-beginning 4))
|
||||||
(length (org-get-at-bol 'line-prefix)))) ?·)
|
(length (org-get-at-bol 'line-prefix))))
|
||||||
|
?\·)
|
||||||
'(face shadow))
|
'(face shadow))
|
||||||
(org-add-props
|
(org-add-props
|
||||||
(format " %9s " (org-duration-from-minutes time))
|
(format " %9s " (org-duration-from-minutes time))
|
||||||
|
|
Loading…
Reference in New Issue