Variable: org-agenda-restriction-lock-highlight-subtree
org-agenda-restriction-lock-highlight-subtree is a customizable
variable defined in org-agenda.el.gz.
Value
t
Documentation
Non-nil means highlight the whole subtree when restriction is active.
Otherwise only highlight the headline. Highlighting the whole subtree is useful to ensure no edits happen beyond the restricted region.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-restriction-lock-highlight-subtree t
"Non-nil means highlight the whole subtree when restriction is active.
Otherwise only highlight the headline. Highlighting the whole subtree is
useful to ensure no edits happen beyond the restricted region."
:group 'org-agenda
:type 'boolean)