From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: odt exporter footnote code is broken Date: Sat, 15 Aug 2015 23:51:08 +0200 Message-ID: <87r3n4nrub.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQjKb-0004Qa-2T for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 17:49:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQjKZ-0003pI-Tj for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 17:49:37 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQjKZ-0003o2-NV for emacs-orgmode@gnu.org; Sat, 15 Aug 2015 17:49:35 -0400 In-Reply-To: (Gerald Wildgruber's message of "Sat, 15 Aug 2015 22:49:00 +0200") 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: Gerald Wildgruber Cc: org mode mailing list Hello, Gerald Wildgruber writes: > with the current git checkout: > > Org-mode version 8.3.1 (release_8.3.1-93-g69b0db) > > the odt exporter code is broken; when exporting a file with C-c C-e o o, > the footnote markers are in the odt file, but the footnote text is > missing; all the footnotes are empty! > > example file: > > ============================== > > * Heading > > Here is text.[fn:1] That continues and ends. > > * Footnotes > > [fn:1] This is the first and last footnote! Fixed. Thank you. Regards, -- Nicolas Goaziou