Mercurial > emacs
changeset 73010:9a63ebe75d2b
(org-scan-tags): Find end of subtrees also in hidden trees.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 20 Sep 2006 09:24:39 +0000 |
parents | a2455bb397e4 |
children | 8d2a655d3220 |
files | lisp/textmodes/org.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/org.el Wed Sep 20 09:24:10 2006 +0000 +++ b/lisp/textmodes/org.el Wed Sep 20 09:24:39 2006 +0000 @@ -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)))