Variable: org-footnote-forbidden-blocks
org-footnote-forbidden-blocks is a variable defined in
org-footnote.el.gz.
Value
("comment" "example" "export" "src")
Documentation
Names of blocks where footnotes are not allowed.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-footnote.el.gz
(defconst org-footnote-forbidden-blocks '("comment" "example" "export" "src")
"Names of blocks where footnotes are not allowed.")