From: Carsten Dominik Date: Wed, 20 Sep 2006 09:24:39 +0000 (+0000) Subject: (org-scan-tags): Find end of subtrees also in hidden trees. X-Git-Tag: emacs-pretest-22.0.90~442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71624990b95c9039ea4a46fc6a5c470c390be2a6;p=emacs.git (org-scan-tags): Find end of subtrees also in hidden trees. --- diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 64fbb0542ff..30ee123388c 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -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)))