1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(org-scan-tags): Find end of subtrees also in hidden trees.

This commit is contained in:
Carsten Dominik 2006-09-20 09:24:39 +00:00
parent cd3af09da7
commit 71624990b9

View 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)))