org-export: Generalize fallback footnote definition to all exporters
commit423756dd1193035f21a00b7a153943f2b46d58de
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 30 Jan 2013 13:17:30 +0000 (30 14:17 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 30 Jan 2013 13:22:35 +0000 (30 14:22 +0100)
tree9fdd279e68f42615a5d1de823d4c8e80ab97494b
parentcef4e582c238a70a1fcb4827aacbd1925d1a14da
org-export: Generalize fallback footnote definition to all exporters

* contrib/lisp/org-export.el (org-export-get-footnote-definition):
  Provide a fallback definition when none can be found.
* contrib/lisp/org-e-latex.el (org-e-latex-footnote-reference): Revert
  change made in 30ef385ee03ea1f92e07f368413c065630bc01b8 since it is
  now handled at the export framework level.
* testing/lisp/test-org-export.el: Add test.
contrib/lisp/org-e-latex.el
contrib/lisp/org-export.el
testing/lisp/test-org-export.el