* Footnotes problem when exporting from org to org
@ 2016-05-25 2:18 Nick Dokos
2016-05-25 6:53 ` Rasmus
0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2016-05-25 2:18 UTC (permalink / raw)
To: emacs-orgmode
I start with an org file like this:
--8<---------------cut here---------------start------------->8---
* Foo
Footnote [fn:1]
* Bar
And another [fn:2]
* Footnotes
[fn:1] footnote 1
[fn:2] footnote 2
--8<---------------cut here---------------end--------------->8---
and do an org->org export (C-c C-e O O). In this case, I expected the
result to be more or less a clone of the original ( although in my real
workflow, there are some changes: some sections are not exported and
there is some string replacement in the result - I plan to export the
result to HTML eventually). In particular, I expected the footnotes to be
preserved but they seem broken:
--8<---------------cut here---------------start------------->8---
# Created 2016-05-24 Tue 22:06
#+TITLE:
#+AUTHOR: Nick Dokos
* Foo
Footnote [fn:1]
[1] footnote 1
* Bar
And another [fn:2]
[2] footnote 2
--8<---------------cut here---------------end--------------->8---
Trying to export the result to HTML complains about "Definition not
found" for each footnote.
Bug? Or am I expecting too much?
Org-mode version 8.3.4 (release_8.3.4-843-gc20f51)
Thanks!
--
Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-25 16:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-25 2:18 Footnotes problem when exporting from org to org Nick Dokos
2016-05-25 6:53 ` Rasmus
2016-05-25 16:17 ` Nick Dokos
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).