From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: footnote export fails if footnote indented Date: Tue, 12 Jan 2010 16:37:52 -0500 Message-ID: <87skabj973.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUoR7-0000GN-Mi for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 16:38:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUoR2-0000AZ-Jy for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 16:38:00 -0500 Received: from [199.232.76.173] (port=56568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUoR2-0000AD-DS for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 16:37:56 -0500 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:52828) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUoR1-00061z-VW for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 16:37:56 -0500 Received: from blackcap.stats.ox.ac.uk (blackcap.stats [163.1.210.5]) by markov.stats.ox.ac.uk (8.13.6/8.13.6) with ESMTP id o0CLbsKo012637 for ; Tue, 12 Jan 2010 21:37:54 GMT List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs org-mode mailing list If you hit on a footnote definition, it indents it away from column 1, to align with its heading. However, the footnote definition needs to start in column 1 in order for the footnote to be correctly exported. It would be nice if the footnote exported correctly even when indented (or if that's problematic, then a less preferable solution would be having not indent it). Dan --------------------------------------- * A That[1] was a reference to a footnote. * Footnotes [1] This is the footnote ---------------------------------------