org-clock.el (org-clock-get-clock-string): Add a space.

* org-clock.el (org-clock-get-clock-string): Add a space.
This commit is contained in:
Bastien Guerry 2012-05-05 11:30:58 +02:00
parent c465c7bdf0
commit 005576f0b6
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ If not, show simply the clocked time like 01:50."
'org-mode-line-clock-overrun 'org-mode-line-clock)))
(effort-str (format org-time-clocksum-format effort-h effort-m))
(clockstr (org-propertize
(concat "[%s/" effort-str
(concat " [%s/" effort-str
"] (" (replace-regexp-in-string "%" "%%" org-clock-heading) ")")
'face 'org-mode-line-clock)))
(format clockstr work-done-str))