From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: How to reorder a footnote list? Date: Thu, 28 Apr 2016 19:10:42 -0500 Message-ID: <87oa8t2s1p.fsf@alphapapa.net> References: <87k2ji4y2c.fsf@skimble.plus.com> <874mam8z0d.fsf@alphapapa.net> <87h9emyopr.fsf@skimble.plus.com> <87shy53h83.fsf@alphapapa.net> <87bn4tve2r.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avw1O-0008Ov-H3 for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 20:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avw1J-0001Zm-Ik for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 20:11:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:38917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avw1J-0001Ym-CP for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 20:10:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1avw1B-0004E5-9r for emacs-orgmode@gnu.org; Fri, 29 Apr 2016 02:10:49 +0200 Received: from 172-0-42-27.lightspeed.ltrkar.sbcglobal.net ([172.0.42.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Apr 2016 02:10:49 +0200 Received: from adam by 172-0-42-27.lightspeed.ltrkar.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Apr 2016 02:10:49 +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 now have '#+STARTUP: fnadjust' in the preamble immediately below the > title, author and date fields and this reorders the footnote list so it > is now going [fn:1] [fn:2] [fn:3] etc, and adds the new footnote at the > end of the list. There is a slight pause whilst its reordering but then > it works just fine. Hm, I see that that is a per-file setting for the global variable org-footnote-auto-adjust, which I have set to t. Apparently its default value is nil. That might be why I've never seen them in reverse order, since I guess I've had this enabled for as long as I can remember.