diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 812b6a5fd..7231c7d6d 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1967,7 +1967,8 @@ will be easy to remove." (make-string (max 0 (- (- 60 (current-column)) (- (match-end 4) (match-beginning 4)) - (length (org-get-at-bol 'line-prefix)))) ?·) + (length (org-get-at-bol 'line-prefix)))) + ?\·) '(face shadow)) (org-add-props (format " %9s " (org-duration-from-minutes time))