org-mode/EXPERIMENTAL
Nicolas Goaziou 12c94310a2 org-export: Allow nested footnotes (part 2)
* EXPERIMENTAL/org-e-latex.el (org-e-latex-footnote-reference):
  Correctly handle numbering with nested footnotes.
* contrib/lisp/org-element.el (org-element-map): Apply function to
  element or object before applying it to its secondary string, if
  any.  Otherwise, linearity is broken.
* contrib/lisp/org-export.el (org-export-footnote-first-reference-p,
  org-export-get-footnote-number): Take care of recursive footnotes.
(org-export-get-genealogy): Correctly get genealogy of an item within
a secondary string.
* testing/contrib/lisp/test-org-export.el: Add tests.
2012-02-26 01:38:26 +01:00
..
org-e-ascii.el org-element: Function mapped through org-element-map accepts only one argument 2012-02-25 14:53:35 +01:00
org-e-html.el org-export: Export snippets are not skipped automatically: back-ends decide 2012-02-23 18:21:29 +01:00
org-e-latex.el org-export: Allow nested footnotes (part 2) 2012-02-26 01:38:26 +01:00
org-e-odt.el org-export: Export snippets are not skipped automatically: back-ends decide 2012-02-23 18:21:29 +01:00
org-e-publish.el org-element: Function mapped through org-element-map accepts only one argument 2012-02-25 14:53:35 +01:00