Aloha all, I'm exporting a subtree to LaTeX and am having problems with footnotes. 1) If I enter a footnote with C-c C-x f everything works as expected in the Org-mode buffer, but on export the actual footnote is replaced by a message something like FOOTNOTE DEFINITION NOT FOUND. 2) I can workaround this problem by using an inline definition, eg. [fn:: My footnote.]. However, the citation links that I use elsewhere in the document, defined as set out in http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17_2_1 , are broken inside the footnote. The same code that yields \citep{wilmshurst11:_high_east_polyn} in regular text yields \citep{wilmshurst11:_high$_{\mathrm{east}}$$_{\mathrm{polyn}}$ } inside the footnote. I'm using Org-mode version 7.4 (release_7.4.624.gab9f9) with a patch for captions (which I submitted a while back) and another for org- bibtex recently developed by Eric Schulte (neither of which should have an effect on footnotes, I believe). All the best, Tom