Variable: org-footnote-define-inline

org-footnote-define-inline is a customizable variable defined in org-footnote.el.gz.

Value

nil

Documentation

Non-nil means define footnotes inline, at reference location.

When nil, footnotes will be defined in a special section near the end of the document. When t, the [fn:label:definition] notation will be used to define the footnote at the reference position.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-footnote.el.gz
(defcustom org-footnote-define-inline nil
  "Non-nil means define footnotes inline, at reference location.
When nil, footnotes will be defined in a special section near
the end of the document.  When t, the [fn:label:definition] notation
will be used to define the footnote at the reference position."
  :group 'org-footnote
  :type 'boolean
  :safe #'booleanp)