ox-odt: Fix export of footnotes outside subtree during subtree export
commit9c854372ff7d721b4fbe69dbca4e6a96d9b533e0
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 29 Mar 2013 22:09:11 +0000 (29 23:09 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 1 Apr 2013 15:23:32 +0000 (1 17:23 +0200)
tree6ea01836a42177d8acfa79ffa65e680ff2cc18f5
parent82438e23f6d33a2755ab864186629e8bdaa870ad
ox-odt: Fix export of footnotes outside subtree during subtree export

* etc/styles/OrgOdtStyles.xml: Define "OrgFootnoteCenter" and
  "OrgFootnoteQuotations" styles.
* lisp/ox-odt.el (org-odt--format-paragraph): New function.
(org-odt-paragraph): Use new function to limit code duplication.
(org-odt-footnote-reference): Change default style for paragraphs when
transcoding a footnote definition.
etc/styles/OrgOdtStyles.xml
lisp/ox-odt.el