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. Must be non-nil to traverse the sparse tree using next-error.

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.
Must be non-nil to traverse the sparse tree using `next-error'."
  :group 'org-sparse-trees
  :type 'boolean)