summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-05-05 11:30:58 +0200
committerBastien Guerry <bzg@altern.org>2012-05-05 11:30:58 +0200
commit005576f0b6b1814f83a991756ae62b41f0035ce6 (patch)
tree4e0e66b84c8d3dced17979a3c7a19af78ef8bf84
parentc465c7bdf033092beb3ee8cda1be370b5ccfbb3f (diff)
downloadorg-mode-005576f0b6b1814f83a991756ae62b41f0035ce6.tar.gz
org-clock.el (org-clock-get-clock-string): Add a space.
* org-clock.el (org-clock-get-clock-string): Add a space.
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index e740ba3..2aa01b5 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -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))