From 030e9689821eaad6b1f4caaa6eeac0fcc74068e4 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 21 May 2013 12:37:05 +0200 Subject: [PATCH] Fix previous commit --- lisp/org-clock.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 34283a82c..d07cdd248 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -665,12 +665,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. When doing so, Org assumes the -value to modify is either hh:mm or mm, not an effort duration as specified -in `org-effort-durations' (e.g. \"3h\"). +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 will update the \"Effort\" property of currently clocked item, and -the mode line." +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) -- 2.11.4.GIT