# HG changeset patch # User Glenn Morris # Date 1200890806 0 # Node ID a6b81a59ee0a30e05252e784ea99fa89891bca26 # Parent adc70c0596076d778c2ff0e9a1274f90e831e4e5 (org-entry-properties): Let-bind `clocksum'. diff -r adc70c059607 -r a6b81a59ee0a lisp/textmodes/org.el --- 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))