From mboxrd@z Thu Jan 1 00:00:00 1970 From: Madhu Subject: Keeping Org footnotes where they are defined in HTML export Date: Tue, 6 Jan 2009 20:51:54 +0530 (IST) Message-ID: <20090106152154.525F8A7C2F@moon.robolove.meer.net> Reply-To: Madhu Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKDlh-00059U-9j for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:22:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKDlf-000597-AZ for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:22:56 -0500 Received: from [199.232.76.173] (port=41640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKDlf-000594-7m for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:22:55 -0500 Received: from proxy.meer.net ([64.13.141.13]:60947) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LKDle-0008W8-J8 for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 10:22:54 -0500 In-reply-to: message from Madhu on 19 May 2008 16:22:30 +0530 References: 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-orgmode@gnu.org >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? -- Madhu