Hello,
WY H writes:
> Thanks for responding. ECM below:
>
> #+OPTIONS: f:t author:nil title:nil
> * ch1
> text
> ** ch1-1
> *** ch1-1-1[fn:1]
> ** ch1-2
> *** ch1-2-1[fn:2]
> * Footnotes
>
> [fn:1]footnote 1
>
> [fn:2]footnote 2
>
>
> exports as Org buffer:
>
> # Created 2017-03-14 Tue 20:24
>
Thanks for responding. ECM below:
--8<---cut here---start->8---
#+OPTIONS: f:t author:nil title:nil
* ch1
text
** ch1-1
*** ch1-1-1[fn:1]
** ch1-2
*** ch1-2-1[fn:2]
* Footnotes
[fn:1]footnote 1
[fn:2]footnote 2
--8<---cut here---end--
Hello,
WY H writes:
> One issue's been annoying me recently though, when exporting org files
> with footnotes to org format, all the footnotes are missing in the result
> org file. This may not look like a common use case but when ox-pandoc
> comes to picture it is one, as ox-pandoc use org as a
Hi,
Thanks for the cool job done with Org mode and I'm happily living with
it everyday now :)
One issue's been annoying me recently though, when exporting org files
with footnotes to org format, all the footnotes are missing in the result
org file. This may not look like a common use case but whe