Browse Source

Merge branch 'maint'

Bastien Guerry 12 years ago
parent
commit
f1b99adbaf
1 changed files with 6 additions and 3 deletions
  1. 6 3
      lisp/org-clock.el

+ 6 - 3
lisp/org-clock.el

@@ -666,9 +666,12 @@ previous clocking intervals."
   "Add to or set the effort estimate of the item currently being clocked.
   "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.
 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
 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)
   (interactive)
   (if (org-clock-is-active)
   (if (org-clock-is-active)
       (let ((current org-clock-effort) sign)
       (let ((current org-clock-effort) sign)