]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-entry-properties): Let-bind `clocksum'.
authorGlenn Morris <rgm@gnu.org>
Mon, 21 Jan 2008 04:47:10 +0000 (04:47 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 21 Jan 2008 04:47:10 +0000 (04:47 +0000)
lisp/ChangeLog
lisp/textmodes/org.el

index fd8d5b4ad8f82600c642b0c7e6fbed82b5cb04ea..eadbd4dedb62a03da312888bd84d08a9816b3da6 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-21  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <lekktu@gmail.com>
 
        * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
index 75e84e517190bcabc6716156e7e989ca8c0e5894..00a3bc2d195f4e96b92fc7611c42ec8ba352eb42 100644 (file)
@@ -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))