Leonard Randall <leonard.a.rand...@gmail.com> writes: > One issue that I noticed, however, is that the exporter will still give an > error for an undefined footnote if a footnote is undefined in a heading > that is excluded from export via the exclude tags function. For example if > I have tagged a heading 'noexp' in one of my included files, and list noexp > on the excluded tags line of the header of my master file the exporter will > still complain if there is an undefined footnote under this header.
This is because expanding INCLUDE keywords happens very early in the export process, before exported areas are known. In any case, I agree this is an annoying behaviour. I changed the algorithm so it shouldn't throw an error during this phase. Thank you. Regards,