From a7563ce4616e53a1be763c6446c657f580316d14 Mon Sep 17 00:00:00 2001
From: Niklas Fasching
Footnote definitions are not printed where they appear. -Rather, they are gathered and exported at the end of the document in the footnote section. 3 +Rather, they are gathered and exported at the end of the document in the footnote section. 4
-Please note that the footnotes section is not automatically excluded from the export like in emacs. 4 +Please note that the footnotes section is not automatically excluded from the export like in emacs. 5
-this is not part of 4 anymore as there are 2 blank lines in between! +this is not part of 5 anymore as there are 2 blank lines in between!
+the anonymous inline footnote definition +
+so this definition will not be at the end of this section in the exported document. Rather, it will be somewhere down below in the footnotes section.
There's multiple reasons for that. Among others, doing so requires i18n (to recognize the section) and silently diff --git a/org/testdata/footnotes.org b/org/testdata/footnotes.org index ca8fcef..cdb32d1 100644 --- a/org/testdata/footnotes.org +++ b/org/testdata/footnotes.org @@ -2,6 +2,7 @@ - normal footnote reference [fn:1] [fn:6] - further references to the same footnote should not [fn:1] render duplicates in the footnote list - inline footnotes are also supported via [fn:2:the inline footnote definition]. +- anonymous inline footnotes are also supported via [fn::the anonymous inline footnote definition]. - Footnote definitions are not printed where they appear. Rather, they are gathered and exported at the end of the document in the footnote section. [fn:4] diff --git a/org/testdata/footnotes.pretty_org b/org/testdata/footnotes.pretty_org index ca8fcef..cdb32d1 100644 --- a/org/testdata/footnotes.pretty_org +++ b/org/testdata/footnotes.pretty_org @@ -2,6 +2,7 @@ - normal footnote reference [fn:1] [fn:6] - further references to the same footnote should not [fn:1] render duplicates in the footnote list - inline footnotes are also supported via [fn:2:the inline footnote definition]. +- anonymous inline footnotes are also supported via [fn::the anonymous inline footnote definition]. - Footnote definitions are not printed where they appear. Rather, they are gathered and exported at the end of the document in the footnote section. [fn:4]