From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [RFC] Small syntax change for footnote definitions Date: Thu, 21 Feb 2013 12:44:37 -0500 Message-ID: <87obfdsgsa.fsf@gmail.com> References: <8738wp3euv.fsf@gmail.com> 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]:46860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8aCJ-0000Na-Kl for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 12:44:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8aCH-0006eh-Um for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 12:44:43 -0500 Received: from mail-ve0-f177.google.com ([209.85.128.177]:44576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8aCH-0006eZ-LM for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 12:44:41 -0500 Received: by mail-ve0-f177.google.com with SMTP id m1so8113471ves.8 for ; Thu, 21 Feb 2013 09:44:41 -0800 (PST) In-Reply-To: <8738wp3euv.fsf@gmail.com> 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: Nicolas Goaziou , Org Mode List Nicolas, I don=E2=80=99t know how difficult this would be in terms of the code, but = would it be possible to introduce a new syntax for multiparagraph footnotes? Something like: #+begin_footnote 12 This is footnote number 12. etc. #+end_footnote This has the advantage that long footnote definitions could be folded, which (AFAIK) they currently cannot. And it would not have the problem with multiple lists. Just a suggestion, --=20 Aaron Ecay