From 71624990b95c9039ea4a46fc6a5c470c390be2a6 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 20 Sep 2006 09:24:39 +0000 Subject: [PATCH] (org-scan-tags): Find end of subtrees also in hidden trees. --- lisp/textmodes/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2