From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [BUG] Re: Annoying positioning of point when writing footnotes Date: Thu, 13 Aug 2015 12:59:01 -0500 Message-ID: <87io8jrrx6.fsf@fastmail.fm> References: <87wpwzp7oj.fsf@unibas.ch> <87h9o3jhk6.fsf@fastmail.fm> <87vbcjp2b0.fsf@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPwmR-0008Uf-SJ for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 13:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPwmO-00027u-LK for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 13:59:07 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPwmO-00027e-IG for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 13:59:04 -0400 In-Reply-To: <87vbcjp2b0.fsf@unibas.ch> (Gerald Wildgruber's message of "Thu, 13 Aug 2015 18:42:59 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gerald Wildgruber Cc: orgmode list 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? 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