From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: footnote renumber bug Date: Thu, 02 Jul 2009 11:05:46 -0500 Message-ID: <87prcjqdd1.fsf@fastmail.fm> References: <4A4C59EE.9020602@online.de> <4A4C9DA8.1010502@gmx.de> <4A4CB3B4.3010405@easy-emacs.de> <87ab3ngk6w.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMOnN-0002pi-54 for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 12:05:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMOnH-0002kh-Md for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 12:05:56 -0400 Received: from [199.232.76.173] (port=42819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMOnH-0002kL-Hl for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 12:05:51 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:38474) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMOnG-0004nW-Q6 for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 12:05:51 -0400 In-Reply-To: <87ab3ngk6w.fsf@fastmail.fm> (Matthew Lundin's message of "Thu, 02 Jul 2009 10:48:23 -0500") 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: Matthew Lundin Cc: emacs-orgmode Mailinglist Matthew Lundin writes: > Andreas R=C3=B6hler writes: > >> Karl Maihofer wrote: >>> Andreas Roehler schrieb: >>>=20=20=20 >>>> after reopening a file with two footnotes inside, >>>> inserting a third footnote between first and second, it >>>> fails to renumber it. >>>>=20=20=20=20=20 A follow up to my previous email: Though org-mode does not automatically renumber footnotes, it does a fantastic job of detecting footnotes that already exist in a file and creating uniquely numbered footnote IDs for each new footnote. For this one needs either of the following settings: (setq org-footnote-auto-label t) or (setq org-footnote-auto-label 'plain) Best, Matt