File: org-footnote.el.html

This file contains the code dealing with footnotes in Org mode.

Defined variables (8)

org-footnote-auto-adjustNon-nil means automatically adjust footnotes after insert/delete.
org-footnote-auto-labelNon-nil means define automatically new labels for footnotes.
org-footnote-define-inlineNon-nil means define footnotes inline, at reference location.
org-footnote-definition-reRegular expression matching the definition of a footnote.
org-footnote-fill-after-inline-note-extractionNon-nil means fill paragraphs after extracting footnotes.
org-footnote-forbidden-blocksNames of blocks where footnotes are not allowed.
org-footnote-reRegular expression for matching footnotes.
org-footnote-sectionOutline heading containing footnote definitions.

Defined functions (27)

org-footnote--allow-reference-p()
org-footnote--clear-footnote-section()
org-footnote--collect-definitions(&optional DELETE)
org-footnote--collect-references(&optional ANONYMOUS)
org-footnote--goto-local-insertion-point()
org-footnote--set-label(LABEL)
org-footnote-action(&optional SPECIAL)
org-footnote-all-labels()
org-footnote-at-definition-p()
org-footnote-at-reference-p()
org-footnote-auto-adjust-maybe()
org-footnote-create-definition(LABEL)
org-footnote-delete(&optional LABEL)
org-footnote-delete-definitions(LABEL)
org-footnote-delete-references(LABEL)
org-footnote-get-definition(LABEL)
org-footnote-get-next-reference(&optional LABEL BACKWARD LIMIT)
org-footnote-goto-definition(LABEL &optional LOCATION)
org-footnote-goto-previous-reference(LABEL)
org-footnote-in-valid-context-p()
org-footnote-new()
org-footnote-next-reference-or-definition(LIMIT)
org-footnote-normalize()
org-footnote-normalize-label(LABEL)
org-footnote-renumber-fn:N()
org-footnote-sort()
org-footnote-unique-label(&optional CURRENT)

Defined faces (0)