From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin =?ISO-8859-1?Q?G=FCrtler?= 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 Message-ID: <1330589638.7974.25.camel@quino> References: <1330500236.1950.13.camel@quino> <814nuam1v2.fsf@gmail.com> <1330509244.1950.22.camel@quino> <814nu97kp4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S319c-0000ZQ-SE for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 03:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S319I-0003Lb-Ha for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 03:14:24 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:56222) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S319H-0003JW-U7 for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 03:14:04 -0500 In-Reply-To: <814nu97kp4.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Nicolas Goaziou , emacs-orgmode@gnu.org 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 1 footnote --8<-------------- In the empty line, a number of closing tags is missing. Best regards, Martin