Am Mittwoch, den 29.02.2012, 20:25 +0530 schrieb Jambunathan K:
> Martin
>
> I am attaching a patch that should fix this issue. I will let Nicolas
> review/apply it.
>
This fixed the minimal example I provided yesterday. There is another
issue, however, with footnotes inside plain lists.
minimal example:
--8<--------
#+TITLE: test.org
#+AUTHOR: Martin Gürtler
#+EMAIL: none@none
#+DATE: 2012-02-29 Wed
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE: de
#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:nil
#+OPTIONS: TeX:t LaTeX:dvipng skip:nil d:nil todo:t pri:nil
#+OPTIONS: tags:not-in-toc
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:
#+LINK_HOME:
#+XSLT:
* Headline
- text [fn:1]
* Footnotes
[fn:1] footnote
--8<------------
This cannot be opened in libreoffice. The relevant part in content.xml
looks
--8<--------------
<text:list-item>
<text:p text:style-name="Text_20_body"> text
<text:note text:id="fn1" text:note-class="footnote">
<text:note-citation>1</text:note-citation>
<text:note-body>
<text:p text:style-name="Footnote"> footnote </text:p>
</text:list-item>
--8<--------------
In the empty line, a number of closing tags is missing.
Best regards,
Martin