Mercurial > emacs
changeset 87874:a6b81a59ee0a
(org-entry-properties): Let-bind `clocksum'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 21 Jan 2008 04:46:46 +0000 |
parents | adc70c059607 |
children | 93df968ca435 |
files | lisp/textmodes/org.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/org.el Mon Jan 21 04:46:12 2008 +0000 +++ b/lisp/textmodes/org.el Mon Jan 21 04:46:46 2008 +0000 @@ -15725,7 +15725,7 @@ (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))