Re: [O] footnote doc not clear

2012-03-02 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > Export of inline footnotes breaks if you do (setf org-footnote-section > nil). The footnote section goes in a single place but not at the end. > > *** test > a > * b > b[fn::one] > * c > c[fn::two] > * d > d > * e > e > > The docstring says "before

[O] footnote doc not clear

2012-03-01 Thread Samuel Wales
Export of inline footnotes breaks if you do (setf org-footnote-section nil). The footnote section goes in a single place but not at the end. *** test a * b b[fn::one] * c c[fn::two] * d d * e e The docstring says "before export" which implies that it will not affect export. Or i