Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-11-12 01:09:31 +01:00
commit ea3de7286e
1 changed files with 1 additions and 1 deletions

View File

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