From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Keeping Org footnotes where they are defined in HTML export Date: Tue, 6 Jan 2009 16:34:06 +0100 Message-ID: References: <20090106152154.525F8A7C2F@moon.robolove.meer.net> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKDwa-0004T2-Os for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:34:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKDwZ-0004SM-E3 for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:34:12 -0500 Received: from [199.232.76.173] (port=59952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKDwZ-0004SI-3m for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:34:11 -0500 Received: from ug-out-1314.google.com ([66.249.92.172]:35213) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKDwY-00023i-NL for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:34:10 -0500 Received: by ug-out-1314.google.com with SMTP id 36so2168809uga.17 for ; Tue, 06 Jan 2009 07:34:09 -0800 (PST) In-Reply-To: <20090106152154.525F8A7C2F@moon.robolove.meer.net> 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: Madhu Cc: emacs-orgmode@gnu.org On Jan 6, 2009, at 4:21 PM, Madhu wrote: > > From the Changes.html file for 6.11: > ,---- > | Footnotes in HTML export are now collected at the end of the > document. > | > | Previously footnotes would be left in the document where they are > | defined, now they are all collected and put into a special
at > | the end of the document. > `---- > > Turns out the previous behaviour is exactly what I wanted. How would > I go about getting this behaviour back? You cannot, unfortunately. I think the current behavior is much cleaner and better. - Carsten