From mboxrd@z Thu Jan 1 00:00:00 1970 From: ST Subject: Footnotes in the manual (hidden option?) Date: Wed, 16 May 2018 21:25:58 +0300 Message-ID: <1526495158.1951.4.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJ17o-00009o-EN for emacs-orgmode@gnu.org; Wed, 16 May 2018 14:26:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ17j-0005Ri-Ge for emacs-orgmode@gnu.org; Wed, 16 May 2018 14:26:08 -0400 Received: from mail-wr0-x229.google.com ([2a00:1450:400c:c0c::229]:42750) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJ17j-0005K9-8z for emacs-orgmode@gnu.org; Wed, 16 May 2018 14:26:03 -0400 Received: by mail-wr0-x229.google.com with SMTP id v5-v6so2635043wrf.9 for ; Wed, 16 May 2018 11:26:02 -0700 (PDT) Received: from debox ([37.26.147.245]) by smtp.gmail.com with ESMTPSA id x128-v6sm3514554wmg.2.2018.05.16.11.25.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 May 2018 11:26:01 -0700 (PDT) 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" To: Org-mode Hello, in the manual https://orgmode.org/manual/Footnotes.html#Footnotes it says that footnotes[fn:1] [fn:1] look like this but actually[1] [1] works as well and looks even better. So why this option is not documented? Thank you!