+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)
(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))