Footnotes: Allow validated XHTML with multiple references to one note
commit572caeb155deff8effbf63eab324e954060bf954
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 30 Dec 2008 22:49:07 +0000 (30 23:49 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 30 Dec 2008 23:33:31 +0000 (31 00:33 +0100)
treef33cad82adf27b5cb64229ad36d479dfe579c873
parent01def9d28e0bc7f8cd7e37fd3dca3645853de06e
Footnotes: Allow validated XHTML with multiple references to one note

Org-mode allows multiple references to the same footnote.  However,
the HTML exporter cannot use the same name for all these references,
because names have to be unique.  This patch appends numbers to
footnote reference names, to make sure they remain unique.

The dark side of this patch means that from the footnote definition,
there is only a single link, to the first reference of the note.
However, in a browser you can always press BACK to go back after
jumping to a footnote definition.
lisp/org-exp.el