Hello,
Thomas S. Dye <[email protected]> writes:
>> So it needs some love and at least one bugfix.
>
> Sorry to hear that. At the time, I enjoyed working with the texinfo
> exporter and didn't mind that it worked slowly.
The bug is not related to Texinfo back-end. It was fixed a few days ago.
There are a couple things to fix however,
- #+comment: foo should simply be # foo
- texinfo back-end provides #+CINDEX:, #+VINDEX: ... keywords, so you
don't need to create macros for that.
- #+SUBTITLE: is parsed, so @value{VERSION} should be
@@info:@value{VERSION}@@.
- The back-end already takes care of adding @documentencoding
- Mistakes reported by Org Lint should be fixed (in particular, commas
within macros should be escaped with a single \).
Once done, the document properly exports.
Regards,
--
Nicolas Goaziou