From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Wildgruber Subject: Re: [BUG] Re: Annoying positioning of point when writing footnotes Date: Fri, 14 Aug 2015 08:02:55 +0200 Message-ID: References: <87wpwzp7oj.fsf@unibas.ch> <87h9o3jhk6.fsf@fastmail.fm> <87vbcjp2b0.fsf@unibas.ch> <87io8jrrx6.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ858-000669-OW for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 02:03:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQ852-0004fv-Sy for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 02:03:10 -0400 Received: from mx2-priv.urz.unibas.ch ([131.152.226.165]:55608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ852-0004e9-Lw for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 02:03:04 -0400 In-reply-to: <87io8jrrx6.fsf@fastmail.fm> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: orgmode list On Do, Aug 13 2015, Matt Lundin wrote: > Gerald Wildgruber writes: > >> Matt, thanks! looking forward to any elucidation you can give on the >> problem at hand! > > Could you tell me what the value of org-footnote-auto-adjust is on your > machine? Indeed, I have set this variable to t! > It seems on my end that the problem only occurs when > org-footnote-auto-adjust is set to t. The problem seems to be line 556 > of org-footnote.el, which reorders the footnotes *after* the position of > the footnote definition has been saved. When I remove that line or set > org-footnote-auto-adjust to nil, the cursor is positioned correctly. > > Matt >