Open VladimirAlexiev opened 7 months ago
I agree that this is a crucial issue, especially as HTML will be the primary target format for document exports.
As an initial question: what do you think about the naming your functions, with the va/
prefix? It is of course possible to include them in the ELOT elisp file, but maybe it would be preferable to rename them with an elot-
prefix.
It's very important in HTML (#25) to have meaningful anchors generated from heading titles (like github does). Here is some code to automatically add and update such anchors, if the file has
#+options: anchor:t
I bind it like this:
I use a module to make TOC on top, and wrote some functions to control its update automatically