From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ODT export: Issues with `org-export-footnote-first-reference-p' Date: Fri, 13 Feb 2015 14:18:18 +0100 Message-ID: <87y4o2t0f9.fsf@nicolasgoaziou.fr> References: <54DA141C.1080407@gmail.com> <8761b9xxo9.fsf@nicolasgoaziou.fr> <54DADEA3.8070701@gmail.com> <87k2zow3sq.fsf@nicolasgoaziou.fr> <54DC2F94.90109@gmail.com> <877fvmvf44.fsf@nicolasgoaziou.fr> <54DDA9B3.6010208@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMG7t-0007NK-Gj for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:17:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMG7p-0000mk-DB for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:17:45 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:47071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMG7p-0000mX-6w for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:17:41 -0500 In-Reply-To: <54DDA9B3.6010208@gmail.com> (Vaidheeswaran C.'s message of "Fri, 13 Feb 2015 13:07:23 +0530") 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: Vaidheeswaran C Cc: emacs-orgmode@gnu.org Vaidheeswaran C writes: > Allow me to revisit this thread in a week or 10 days so that I can > > 1. take a look at ODF standard. > > 2. dig in to LibreOffice discussion lists to see whether such > instances have ever surfaced (and how they were dealt with). > > Until then, please keep the patch in waiting. Too late. Having slept over your idea, I think you're right. We should extend footnote export API to provide an alternate order for tree walking, as long as footnote definitions are not ignored. This should now be fixed in master. Of course, if you find something new, we can always make further changes. Thank you. Regards,