From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: [RFC] Removal of [1]-like footnotes Date: Sat, 19 Dec 2015 16:27:37 +0100 Message-ID: <56757769.9040209@free.fr> References: <87oadp9yu9.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAJQ7-0001Aq-1r for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 10:27:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAJQ3-0001Ir-Qy for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 10:27:42 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:18183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAJQ3-0001Ib-LB for emacs-orgmode@gnu.org; Sat, 19 Dec 2015 10:27:39 -0500 Received: from [IPv6:2a01:e35:2e21:def0:7921:ef0f:c4f1:e006] (unknown [IPv6:2a01:e35:2e21:def0:7921:ef0f:c4f1:e006]) by smtp3-g21.free.fr (Postfix) with ESMTP id 7C86DA626F for ; Sat, 19 Dec 2015 16:27:30 +0100 (CET) In-Reply-To: <87oadp9yu9.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org
I vote "yes".
It was annoying to see bracketed numbers as links to nowhere.

=A0 The Nobel prize for the detection of the neutrino [1995] was
=A0 Frederick
Reines and the prizes for the discovery of neutrino
=A0 oscillations [2015] were Takaaki Kajita & Arthur McDonald.

=A0 The resulting sets are [1,2,3], [1,2], [1]


Le 17/12/2015 11:03, Nicolas Goaziou a =E9crit=A0:
Hello,

As discussed previously, I pushed changes about footnotes in a dedicated
branch, "wip-no-plain-fn", for testing.

In a nutshell, in this branch, Org no longer recognizes [1]-like
constructs as valid footnotes, an no longer spend time matching them.

As a consequence, "fn:" can now be unambiguously removed from label and
become part of the syntax. Thus, [fn:1] is labelled "1" and [fn:label]
is labelled "label".