Variable: org-footnote-fill-after-inline-note-extraction

org-footnote-fill-after-inline-note-extraction is a customizable variable defined in org-footnote.el.gz.

Value

nil

Documentation

Non-nil means fill paragraphs after extracting footnotes.

When extracting inline footnotes, the lengths of lines can change a lot. When this option is set, paragraphs from which an inline footnote has been extracted will be filled again.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-footnote.el.gz
(defcustom org-footnote-fill-after-inline-note-extraction nil
  "Non-nil means fill paragraphs after extracting footnotes.
When extracting inline footnotes, the lengths of lines can change a lot.
When this option is set, paragraphs from which an inline footnote has been
extracted will be filled again."
  :group 'org-footnote
  :type 'boolean
  :safe #'booleanp)