Variable: org-protecting-blocks

org-protecting-blocks is a variable defined in org.el.gz.

Value

("src" "example" "export")

Documentation

Blocks that contain text that is quoted, i.e. not processed as Org syntax.

This is needed for font-lock setup.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-protecting-blocks '("src" "example" "export")
  "Blocks that contain text that is quoted, i.e. not processed as Org syntax.
This is needed for font-lock setup.")