Re: [O] Bug: Missing footnotes when exporting to org file [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]

2017-03-15 Thread Nicolas Goaziou
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 >

Re: [O] Bug: Missing footnotes when exporting to org file [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]

2017-03-15 Thread WY H
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--

Re: [O] Bug: Missing footnotes when exporting to org file [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]

2017-03-12 Thread Nicolas Goaziou
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

[O] Bug: Missing footnotes when exporting to org file [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]

2017-03-12 Thread WY H
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