Variable: org-fontify-whole-heading-line
org-fontify-whole-heading-line is a customizable variable defined in
org.el.gz.
Value
nil
Documentation
Non-nil means fontify the whole line for headings.
This is useful when setting a background color for the org-level-* faces.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-fontify-whole-heading-line nil
"Non-nil means fontify the whole line for headings.
This is useful when setting a background color for the
org-level-* faces."
:group 'org-appearance
:type 'boolean)