From e4df4e9ffdc5b88fd6a67e0fbd00eb364bdfa24c Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 7 Jan 2013 12:52:34 +0100 Subject: [PATCH] org-clock.el: Fix last commit. --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 364c7b6f2..8c26d93ae 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1082,7 +1082,7 @@ time as the start time \(see `org-clock-continuously' to make this the default behavior.)" (interactive "P") (setq org-clock-notification-was-shown nil) - (org-refresh-properties org-effort-property) + (org-refresh-properties org-effort-property 'org-effort) (catch 'abort (let ((interrupting (and (not org-clock-resolving-clocks-due-to-idleness) (org-clocking-p))) -- 2.11.4.GIT