From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Re: Annoying positioning of point when writing footnotes Date: Fri, 14 Aug 2015 16:24:12 +0200 Message-ID: <87r3n6dk37.fsf@nicolasgoaziou.fr> References: <87wpwzp7oj.fsf@unibas.ch> <87h9o3jhk6.fsf@fastmail.fm> <87vbcjp2b0.fsf@unibas.ch> <87io8jrrx6.fsf@fastmail.fm> <87egj7rr49.fsf_-_@fastmail.fm> <87egj6g4ea.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQFsX-0003W6-N6 for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 10:22:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQFsW-0005mm-Ry for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 10:22:41 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQFsW-0005mf-Lo for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 10:22:40 -0400 In-Reply-To: (Gerald Wildgruber's message of "Fri, 14 Aug 2015 08:11:22 +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: Matt Lundin , orgmode list Gerald Wildgruber writes: > One thing though: if I insert a new footnote in a region of text that > already has footnotes before and after, the auto adjust mechanism is > triggered by "C-c C-x f", but in this case point is set NOT near the NEW > footnote marker but always at the marker of the LAST footnote! > > Can this be fixed as well? Fixed. Thank you. Regards,