emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/org/org.el,v
Date: Sun, 10 Aug 2008 01:27:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/08/10 01:27:40

Index: org.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- org.el      25 Jul 2008 23:02:16 -0000      1.14
+++ org.el      10 Aug 2008 01:27:40 -0000      1.15
@@ -6042,7 +6042,7 @@
              (buffer-substring (point-at-bol) (match-beginning 3))))
        ;; (term (substring (match-string 3) -1))
        ind1 (n (1- arg))
-       fmt bob)
+       fmt bobp)
     ;; find where this list begins
     (org-beginning-of-item-list)
     (setq bobp (bobp))
@@ -7031,7 +7031,7 @@
 
 (defun org-extract-attributes (s)
   "Extract the attributes cookie from a string and set as text property."
-  (let (a attr (start 0))
+  (let (a attr key value (start 0))
     (save-match-data
       (when (string-match "{{\\([^}]+\\)}}$" s)
        (setq a (match-string 1 s) s (substring s 0 (match-beginning 0)))
@@ -9436,7 +9436,7 @@
        minus tag mm
        tagsmatch todomatch tagsmatcher todomatcher kwd matcher
        orterms term orlist re-p str-p level-p level-op
-       prop-p pn pv po cat-p gv)
+       prop-p pn pv po cat-p gv time-p)
     (if (string-match "/+" match)
        ;; match contains also a todo-matching request
        (progn




reply via email to

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