From a1e8139657344bbea722654c1d569e9e8dc8e1e6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 21 Jan 2008 04:47:10 +0000 Subject: [PATCH] (org-entry-properties): Let-bind `clocksum'. --- lisp/ChangeLog | 6 ++++++ lisp/textmodes/org.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd8d5b4ad8f..eadbd4dedb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-01-21 Glenn Morris + + * progmodes/hideif.el: Move defcustoms and defface to start of file. + + * textmodes/org.el (org-entry-properties): Let-bind `clocksum'. + 2008-01-21 Juanma Barranquero * textmodes/org.el (org-unmodified, org-cycle-emulate-tab) diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 75e84e51719..00a3bc2d195 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -15725,7 +15725,7 @@ If WHICH is nil or `all', get all properties. If WHICH is (org-with-point-at pom (let ((clockstr (substring org-clock-string 0 -1)) (excluded '("TODO" "TAGS" "ALLTAGS" "PRIORITY")) - beg end range props sum-props key value string) + beg end range props sum-props key value string clocksum) (save-excursion (when (condition-case nil (org-back-to-heading t) (error nil)) (setq beg (point)) -- 2.39.2