Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes: > No, it isn't. However I could only reproduce it with empty footnote > definitions. > > In any case, this is now fixed. Thank you.
I am providing a minimal example that still exhibits the problem for me (on the latest git rev): ----------- BEGIN EXAMPLE ----------- * Heading 1 :ignore: ** Heading 2 :export: *** Heading 3 :ignore: Here's a footnote[fn:20]. * Footnotes :export: [fn:20] Footnote content. ----------- END EXAMPLE ----------- If you narrow the buffer to Heading 2, and try to export, it fails. Among other things, I have the following in my .emacsd file: (require 'ox-extra) (ox-extras-activate '(ignore-headlines))