From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Org-mode don't export to html footnotes references inside footnotes as such. [7.8.03] Date: Sun, 26 Feb 2012 13:43:13 +0100 Message-ID: <87zkc5g3z2.fsf@gmail.com> References: <87ipivy7cu.fsf@felix-laptop.gnung> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1dTv-0001ca-L7 for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 07:45:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1dTp-00078g-GP for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 07:45:39 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:46903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1dTp-00078b-8Q for emacs-orgmode@gnu.org; Sun, 26 Feb 2012 07:45:33 -0500 Received: by wibhj13 with SMTP id hj13so3058217wib.0 for ; Sun, 26 Feb 2012 04:45:32 -0800 (PST) In-Reply-To: <87ipivy7cu.fsf@felix-laptop.gnung> ("Bruno =?utf-8?Q?F=C3=A9?= =?utf-8?Q?lix?= Rezende Ribeiro"'s message of "Sat, 25 Feb 2012 00:28:17 -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: Bruno =?utf-8?Q?F=C3=A9lix?= Rezende Ribeiro Cc: emacs-orgmode@gnu.org Hello, oitofelix@gmail.com (Bruno F=C3=A9lix Rezende Ribeiro) writes: > Consider the following org code: > > -- > This is only a text.[1] > > [1] This is a text body's footnote.[2] > [2] This is a footnote's footnote. > -- > > When org-mode exports this code to html, despite the fact that > footnote 2 is present in the final document, it don't exports > footnote 2 reference as a link to footnote 2; it's exported just > like plain text. There's no official support for nested footnotes in current exporter. Implementing it would be non trivial (it may be for the HTML back-end, but clearly not for the LaTeX one). Since we're working on a new export engine, I don't think it's worth the effort. Though, your report made me implement it in the experimental exporter. Thank you. Regards, --=20 Nicolas Goaziou