org-export: fix bug with nested footnotes in invisible definitions
commitc166bfbb1ad475f86dd53363b46e61c14370b6b7
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 26 Feb 2012 09:55:44 +0000 (26 10:55 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 26 Feb 2012 09:57:42 +0000 (26 10:57 +0100)
treef670b32472880b032325c2448eec405a7f38b483
parent12c94310a24c0313f61ba9794406248687149f1d
org-export: fix bug with nested footnotes in invisible definitions

* contrib/lisp/org-export.el (org-export-collect-footnote-definitions):
  Also collect footnotes in footnote definitions
(org-export-get-footnote-number): Remove unused check.
* testing/contrib/lisp/test-org-export.el: Add test.
contrib/lisp/org-export.el
testing/contrib/lisp/test-org-export.el