Variable: org-fontify-whole-block-delimiter-line

org-fontify-whole-block-delimiter-line is a customizable variable defined in org.el.gz.

Value

t

Documentation

Non-nil means fontify the whole line for begin/end lines of blocks.

This is useful when setting a background color for the org-block-begin-line and org-block-end-line faces.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-fontify-whole-block-delimiter-line t
  "Non-nil means fontify the whole line for begin/end lines of blocks.
This is useful when setting a background color for the
org-block-begin-line and org-block-end-line faces."
  :group 'org-appearance
  :type 'boolean)