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: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el,v
Date: Wed, 20 Sep 2006 09:24:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      06/09/20 09:24:39

Index: org.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/org.el,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- org.el      8 Sep 2006 08:47:01 -0000       1.105
+++ org.el      20 Sep 2006 09:24:39 -0000      1.106
@@ -8660,7 +8660,7 @@
              (push txt rtn))
            ;; if we are to skip sublevels, jump to end of subtree
            (point)
-           (or org-tags-match-list-sublevels (org-end-of-subtree))))))
+           (or org-tags-match-list-sublevels (org-end-of-subtree t))))))
     (when (and (eq action 'sparse-tree)
               (not org-sparse-tree-open-archived-trees))
       (org-hide-archived-subtrees (point-min) (point-max)))




reply via email to

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