From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: Re: How to reorder a footnote list? Date: Thu, 28 Apr 2016 12:23:01 +0100 Message-ID: References: <87k2ji4y2c.fsf@skimble.plus.com> <874mam8z0d.fsf@alphapapa.net> <87h9emyopr.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avk2P-0002EF-C1 for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 07:23:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avk2K-0003GV-9p for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 07:23:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:46024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avk2K-0003G2-2w for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 07:23:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1avk2I-0000Nj-7Y for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 13:23:10 +0200 Received: from 185.59.181.102 ([185.59.181.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Apr 2016 13:23:10 +0200 Received: from stig by 185.59.181.102 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Apr 2016 13:23:10 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Sharon Kimble writes: > [...] I looked at the footnote references *in* the document and found > that they were all [1] [2] etc. Somehow it had lost 'fn:*' before each > reference number Could it be that you at some point did `C-u C-c C-x n'? This removes the fn: from the footnotes. I have been bitten by doing exactly that in the past. The manual has more: http://orgmode.org/manual/Footnotes.html Stig