From: "Martin Gürtler" <martin.guertler@gmx.de>
To: Jambunathan K <kjambunathan@gmail.com>
Cc: Nicolas Goaziou <n.goaziou@gmail.com>, emacs-orgmode@gnu.org
Subject: Bug: odt export of footnotes inside plain lists; WAS Bug in odt export of org files with footnotes
Date: Thu, 01 Mar 2012 09:13:58 +0100 [thread overview]
Message-ID: <1330589638.7974.25.camel@quino> (raw)
In-Reply-To: <814nu97kp4.fsf@gmail.com>
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
next prev parent reply other threads:[~2012-03-01 8:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-29 7:23 Bug in odt export of org files with footnotes Martin Gürtler
2012-02-29 9:21 ` Jambunathan K
2012-02-29 9:54 ` Martin Gürtler
2012-02-29 14:55 ` Jambunathan K
2012-02-29 22:07 ` Nicolas Goaziou
2012-03-01 8:13 ` Martin Gürtler [this message]
2012-03-01 14:09 ` Bug: odt export of footnotes inside plain lists; WAS " Jambunathan K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330589638.7974.25.camel@quino \
--to=martin.guertler@gmx.de \
--cc=emacs-orgmode@gnu.org \
--cc=kjambunathan@gmail.com \
--cc=n.goaziou@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).