summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-05-21 12:40:52 +0200
committerBastien Guerry <bzg@altern.org>2013-05-21 12:40:52 +0200
commitf1b99adbaffb6ad9979b706f0d6a9de268213a2b (patch)
treef31269821fb8b35e153177c264352b5b79754ee9
parentbb9233ef8a20fd184c617c6f1ddb9546e52b1473 (diff)
parent030e9689821eaad6b1f4caaa6eeac0fcc74068e4 (diff)
downloadorg-mode-f1b99adbaffb6ad9979b706f0d6a9de268213a2b.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-clock.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 122063b..8ac215e 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -666,9 +666,12 @@ previous clocking intervals."
"Add to or set the effort estimate of the item currently being clocked.
VALUE can be a number of minutes, or a string with format hh:mm or mm.
When the string starts with a + or a - sign, the current value of the effort
-property will be changed by that amount.
-This will update the \"Effort\" property of currently clocked item, and
-the mode line."
+property will be changed by that amount. If the effort value is expressed
+as an `org-effort-durations' (e.g. \"3h\"), the modificied value will be
+converted to a hh:mm duration.
+
+This command will update the \"Effort\" property of the currently
+clocked item, and the value displayed in the mode line."
(interactive)
(if (org-clock-is-active)
(let ((current org-clock-effort) sign)