I am taking notes using Emacs org-mode and publishing them as HTML to better read them. But footnotes are appearing in a seperate section at the end. I want to view them in sections they are occuring, like org-mode manual.I have something like this for example;
This[fn:1] will be a footnote.
...
[fn:1] This is the footnote reference.
What should I do to view the references at the end of occuring section rather than at the end of whole document? By the way, footnotes are not linked as well. When I click on one, that does not bring me to note for that particular footnote.
I don't think this is possible yet, but I see that it's on the TODO list for the project. http://permalink.gmane.org/gmane.emacs.orgmode/84807
If the org manual does the footnotes that you want, look at the source of the manual, I'm sure it's in org mode. :)