emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el,v
Date: Mon, 21 Jan 2008 04:46:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/01/21 04:46:46

Index: org.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/org.el,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -b -r1.174 -r1.175
--- org.el      21 Jan 2008 00:44:43 -0000      1.174
+++ org.el      21 Jan 2008 04:46:46 -0000      1.175
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]