Variable: org-highlight-sparse-tree-matches

org-highlight-sparse-tree-matches is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means highlight all matches that define a sparse tree.

The highlights will automatically disappear the next time the buffer is changed by an edit command.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-highlight-sparse-tree-matches t
  "Non-nil means highlight all matches that define a sparse tree.
The highlights will automatically disappear the next time the buffer is
changed by an edit command."
  :group 'org-sparse-trees
  :type 'boolean)