File: org-footnote.el.html
This file contains the code dealing with footnotes in Org mode.
Defined variables (8)
org-footnote-auto-adjust | Non-nil means automatically adjust footnotes after insert/delete. |
org-footnote-auto-label | Non-nil means define automatically new labels for footnotes. |
org-footnote-define-inline | Non-nil means define footnotes inline, at reference location. |
org-footnote-definition-re | Regular expression matching the definition of a footnote. |
org-footnote-fill-after-inline-note-extraction | Non-nil means fill paragraphs after extracting footnotes. |
org-footnote-forbidden-blocks | Names of blocks where footnotes are not allowed. |
org-footnote-re | Regular expression for matching footnotes. |
org-footnote-section | Outline 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) |