From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Maihofer Subject: Re: footnote renumber bug Date: Thu, 02 Jul 2009 13:44:40 +0200 Message-ID: <4A4C9DA8.1010502@gmx.de> References: <4A4C59EE.9020602@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMKih-0006Ea-6H for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:44:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMKib-0006DV-DT for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:44:50 -0400 Received: from [199.232.76.173] (port=44536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMKia-0006DG-HY for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:44:44 -0400 Received: from smtprelay06.ispgateway.de ([80.67.31.40]:59915) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMKia-00068U-5t for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 07:44:44 -0400 In-Reply-To: <4A4C59EE.9020602@online.de> 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 Cc: Andreas Roehler Andreas Roehler schrieb: > after reopening a file with two footnotes inside, > inserting a third footnote between first and second, it > fails to renumber it. Did you try the new "C-u C-c C-x f S" feature of the latest git-version? Org does not renumber footnotes automatically when they are inserted. You have to use the command above to do that. BTW: the third footnote marker in your example is "[fnx:3]". Shouldn't it be just "[fn:3]"? Karl