Add properties to footnotes during export
commit30944f228e91ed060d03e65a5010d97629ec4d5f
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 26 May 2011 18:35:46 +0000 (26 20:35 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 29 Jun 2011 10:00:43 +0000 (29 12:00 +0200)
tree9807afc546774794a11085f4ee63dec0478f2b98
parent6eee91a1171b70029ec290c18a32180cd1680e9d
Add properties to footnotes during export

* lisp/org-footnote.el (org-footnote-normalize): add `org-footnote'
  property to footnote markers when preparing for exportation.
* lisp/org-html.el (org-export-as-html): read new property to decide
  when to export a footnote.
* lisp/org-docbook.el (org-export-as-docbook): read new property to
  decide when to export a footnote.
* lisp/org-latex.el (org-export-latex-preprocess): ensure footnote at
  column 0 cannot end a list containing it by adding
  `original-indentation' property to it.
lisp/org-docbook.el
lisp/org-footnote.el
lisp/org-html.el
lisp/org-latex.el