Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes:
> Export to INFO fails to produce an output file. > > Export to TEXI works. Running makeinfo on the texi file yields errors > like this: > > /Users/dk/org/orgmanual//orgmanual.texi:171: `Exporting' has no Up field > (perhaps incorrect sectioning?). > > If I run the texi file through (texinfo-all-menus-update), then makeinfo > runs without error and produces an info file. > > Perhaps this step should be added to the texinfo back-end? I think this calls for a new variable `org-export-after-rendering-hook' which will operate after the final stage of the export process, in the export buffer. Filters are fine but their complexity is not useful here. Then we could add 'texinfo-all-menus-update to this hook. Nicolas, what do you think? -- Bastien