Variable: org-export-with-footnotes

org-export-with-footnotes is a customizable variable defined in ox.el.gz.

Value

t

Documentation

Non-nil means Org footnotes should be exported.

This option can also be set with the OPTIONS keyword, e.g. "f:nil".

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-footnotes t
  "Non-nil means Org footnotes should be exported.
This option can also be set with the OPTIONS keyword,
e.g. \"f:nil\"."
  :group 'org-export-general
  :type 'boolean
  :safe #'booleanp)