diff --git a/org/testdata/footnotes.html b/org/testdata/footnotes.html index 7486773..ea722e5 100644 --- a/org/testdata/footnotes.html +++ b/org/testdata/footnotes.html @@ -12,7 +12,7 @@ Using some footnotes @@ -41,10 +41,10 @@ Rather, they are gathered and exported at the end of the document in the footnot Footnotes

-Please note that the footnotes section is not automatically excluded from the export like in emacs. 5 +Please note that the footnotes section is not automatically excluded from the export like in emacs. 6

-this is not part of 5 anymore as there are 2 blank lines in between! +this is not part of 6 anymore as there are 2 blank lines in between!


@@ -115,7 +115,7 @@ This shouldn't happen when the definition line and the line after that are e 2

-the inline footnote definition +yolo

@@ -123,7 +123,7 @@ the inline footnote definition 3

-the anonymous inline footnote definition +the inline footnote definition

@@ -131,13 +131,21 @@ the anonymous inline footnote definition 4

+the anonymous inline footnote definition +

+
+ +
+5 +
+

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.

-5 +6

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 cdb32d1..b613bdc 100644 --- a/org/testdata/footnotes.org +++ b/org/testdata/footnotes.org @@ -1,5 +1,5 @@ * Using some footnotes -- normal footnote reference [fn:1] [fn:6] +- normal footnote reference [fn:1] [fn:6] [fn:foo-bar] (footnote names can be anything in the format =[\w-]=) - 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]. @@ -14,6 +14,8 @@ of the same name later on in the document. That will log a warning but carry on * Footnotes Please note that the footnotes section is not automatically excluded from the export like in emacs. [fn:7] +[fn:foo-bar] yolo + [fn:1] https://www.example.com - footnotes can contain *markup* - and other elements diff --git a/org/testdata/footnotes.pretty_org b/org/testdata/footnotes.pretty_org index cdb32d1..b613bdc 100644 --- a/org/testdata/footnotes.pretty_org +++ b/org/testdata/footnotes.pretty_org @@ -1,5 +1,5 @@ * Using some footnotes -- normal footnote reference [fn:1] [fn:6] +- normal footnote reference [fn:1] [fn:6] [fn:foo-bar] (footnote names can be anything in the format =[\w-]=) - 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]. @@ -14,6 +14,8 @@ of the same name later on in the document. That will log a warning but carry on * Footnotes Please note that the footnotes section is not automatically excluded from the export like in emacs. [fn:7] +[fn:foo-bar] yolo + [fn:1] https://www.example.com - footnotes can contain *markup* - and other elements