Variable: org-fontify-quote-and-verse-blocks
org-fontify-quote-and-verse-blocks is a customizable variable defined
in org-faces.el.gz.
Value
nil
Documentation
Non-nil means, add a special face to #+begin_quote and #+begin_verse block.
When nil, format these as normal Org. This is the default, because the content of these blocks will still be treated as Org syntax.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-faces.el.gz
(defcustom org-fontify-quote-and-verse-blocks nil
"Non-nil means, add a special face to #+begin_quote and #+begin_verse block.
When nil, format these as normal Org. This is the default, because the
content of these blocks will still be treated as Org syntax."
:group 'org-faces
:version "24.1"
:type 'boolean)