From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Removal of [1]-like footnotes Date: Fri, 18 Dec 2015 21:56:32 +0100 Message-ID: <87oadnmq67.fsf@nicolasgoaziou.fr> References: <87oadp9yu9.fsf@nicolasgoaziou.fr> <87a8p81yda.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aA232-0004zi-Do for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 15:54:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aA22z-0001pN-3h for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 15:54:44 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aA22y-0001oM-Tr for emacs-orgmode@gnu.org; Fri, 18 Dec 2015 15:54:41 -0500 In-Reply-To: <87a8p81yda.fsf@gmx.us> (rasmus@gmx.us's message of "Thu, 17 Dec 2015 23:52:49 +0100") 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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > Can I now write: > > X[fn:1] > > [1] foot Uh? No. > If so, why the need for the fanciness? Why not just require label and > reference to be the same? I doesn=E2=80=99t sound like something that wo= uld be > nice to have to explain to an Org newcomer. I just mean that, internally,=20 (org-element-property :label reference) =3D> "1" not "fn:1" anymore. In the buffer, "fn:" is part of the syntax and, as such, always present: X[fn:1] [fn:1] foot Thanks for the feedback. Regards, --=20 Nicolas Goaziou