summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-22 22:43:19 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-22 22:43:19 +0200
commit24852ef060c8735591d6b04ae4a280f02b1ff390 (patch)
tree6af9c79d0d65d982043658ab404d7858465da851
parent411524a31cb4eed637c75bb0ccc34859bab62a82 (diff)
parentecffcbcf1c6a9e03580e2992d73f0b42f209f1ca (diff)
downloadorg-mode-24852ef060c8735591d6b04ae4a280f02b1ff390.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 6944e43..4660e52 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15733,7 +15733,7 @@ When INCREMENT is non-nil, set the property to the next allowed value."
'((effort . identity)
(effort-minutes . org-duration-string-to-minutes))
val)
- (when (string= heading (bound-and-true-p org-clock-current-task))
+ (when (equal heading (bound-and-true-p org-clock-current-task))
(setq org-clock-effort (get-text-property (point-at-bol) 'effort))
(org-clock-update-mode-line))
(message "%s is now %s" prop val)))