Variable: org-sparse-tree-open-archived-trees
org-sparse-tree-open-archived-trees is a customizable variable defined
in org.el.gz.
Value
nil
Documentation
Non-nil means sparse tree construction shows matches in archived trees.
When nil, matches in these trees are highlighted, but the trees are kept in collapsed state.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-sparse-tree-open-archived-trees nil
"Non-nil means sparse tree construction shows matches in archived trees.
When nil, matches in these trees are highlighted, but the trees are kept in
collapsed state."
:group 'org-archive
:group 'org-sparse-trees
:type 'boolean)