From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: =?utf-8?Q?G=C4=B3s_Hillenius?= Newsgroups: gmane.emacs.help Subject: Re: how to renumber footnotes? Date: Fri, 17 Apr 2020 08:26:22 +0200 Organization: Using Emacs' Org Mode Message-ID: <87a73aaar5.fsf@hillenius.net> References: <87v9lyvk3z.fsf@skimble.plus.com> <87mu7aycm5.fsf@ebih.ebihd> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="124978"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 17 08:26:56 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jPKSm-000WR2-0S for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 17 Apr 2020 08:26:56 +0200 Original-Received: from localhost ([::1]:42876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPKSl-0003PV-2D for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 17 Apr 2020 02:26:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60011) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPKSQ-0003P7-Ju for help-gnu-emacs@gnu.org; Fri, 17 Apr 2020 02:26:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPKSO-0008NV-A8 for help-gnu-emacs@gnu.org; Fri, 17 Apr 2020 02:26:34 -0400 Original-Received: from hillenius.com ([2a01:4f8:200:546b::9e15:1]:41564 helo=hillenius.net) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jPKSN-0008MB-KI for help-gnu-emacs@gnu.org; Fri, 17 Apr 2020 02:26:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hillenius.net; s=hillenius; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=rgbIk8x9xAYqti+G6eJ6cfQA+MtcMb2ojOULo6dYf5E=; b=VVOS+usmWPkFnL6f/VCFRtCrZ EYcNfe8NifLvL9p/K9DQ7LY60Yvp6h8qoWwElHky2C4ef0FakIRcsZOR7lJuuI3iXu2t/A52wbbyZ D/yKR9GYwN5ljO7Douv99NQ8gruoYi6mxDd3/vWbF8B9CYhpqQUJDlL2Nao+Vm3jvLjpg=; Original-Received: from [2a01:4f8:200:546b:0:9e15:9e15:1000] (helo=inauditus) by hillenius.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jPKSG-0000aw-JN for help-gnu-emacs@gnu.org; Fri, 17 Apr 2020 08:26:26 +0200 X-Operating-System: Debian GNU/Linux Sid X-Homepage: http://www.hillenius.net/ X-GPG-Fingerprint: 340F F9A4 8F6C 18FD D032 0C33 ABA1 CB30 E997 A3AF In-Reply-To: (Emanuel Berg's message of "Fri, 17 Apr 2020 06:12:18 +0200") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:4f8:200:546b::9e15:1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122855 Archived-At: On 17 April 2020 06:12 Emanuel Berg, wrote: > Sharon Kimble wrote: > >> I have 2 org-mode documents called 'file-a' and >> 'file-b', and both have got several hundred footnotes >> starting with 1. I'm adding file-b on to the end of >> file-a, and trying to renumber the footnotes, so that >> even if file-a has 354 footnotes, and file-b has 421 >> footnotes, the whole file renumbers the footnotes and >> continues on from 354 to 355, 356, 357, etc >> and onwards. >> >> But how can I do this please? The org-mode footnote >> program can't do it [...] I'm not seeing the whole message here, and perhaps you tried this already: "prefix argument C-c C-x f r"[enumber] and once more, with s[ort] and if so, did that not work?