]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-scan-tags): Find end of subtrees also in hidden trees.
authorCarsten Dominik <dominik@science.uva.nl>
Wed, 20 Sep 2006 09:24:39 +0000 (09:24 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Wed, 20 Sep 2006 09:24:39 +0000 (09:24 +0000)
lisp/textmodes/org.el

index 64fbb0542ffa2f77d24a7422a3e3d94f2695a225..30ee123388c3af8f2dd44fb2542586fe72d5f42e 100644 (file)
@@ -8660,7 +8660,7 @@ are included in the output."
              (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)))