Variable: org-list-forbidden-blocks
org-list-forbidden-blocks is a variable defined in org-list.el.gz.
Value
("example" "verse" "src" "export")
Documentation
Names of blocks where lists are not allowed.
Names must be in lower case.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-list.el.gz
(defvar org-list-forbidden-blocks '("example" "verse" "src" "export")
"Names of blocks where lists are not allowed.
Names must be in lower case.")