From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: footnote doc not clear Date: Fri, 02 Mar 2012 22:45:18 +0100 Message-ID: <87pqcuwuc1.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3aKC-0003Th-Tb for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 16:47:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3aKB-0008R7-98 for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 16:47:40 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:56060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3aKB-0008Qq-0p for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 16:47:39 -0500 Received: by wibhi20 with SMTP id hi20so1194761wib.0 for ; Fri, 02 Mar 2012 13:47:37 -0800 (PST) In-Reply-To: (Samuel Wales's message of "Thu, 1 Mar 2012 19:14:11 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, Samuel Wales writes: > Export of inline footnotes breaks if you do (setf org-footnote-section > nil). The footnote section goes in a single place but not at the end. > > *** test > a > ***** b > b[fn::one] > ***** c > c[fn::two] > ***** d > d > ***** e > e > > The docstring says "before export" which implies that it will not > affect export. Or it seems to. > > Perhaps it should say "before export and for export" or something. Or > perhaps there should be two variables. > > And the behavior is a bug, although it isn't an important one. > > b032a6d51bbd0c8e1be4f20dd68abfe52b328e25 is the first bad commit I have pushed a patch to fix that behaviour, although, I didn't fix the variable doc-string. Can you confirm that it is working as expected? Regards, -- Nicolas Goaziou