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: Thu, 13 Aug 2015 18:42:59 +0200 Message-ID: <87vbcjp2b0.fsf@unibas.ch> References: <87wpwzp7oj.fsf@unibas.ch> <87h9o3jhk6.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPvas-0002EX-Pc for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 12:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPvan-0007oi-RB for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 12:43:06 -0400 Received: from mx1-priv.urz.unibas.ch ([131.152.226.164]:41894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPvan-0007ky-LT for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 12:43:01 -0400 In-reply-to: <87h9o3jhk6.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 Matt, thanks! looking forward to any elucidation you can give on the problem at hand! Gerald. On Do, Aug 13 2015, Matt Lundin wrote: > Gerald Wildgruber writes: > >> when doing a "C-c C-x f" in order to insert a footnote in an org mode >> document, the point is strangely positioned on the HEADING under which >> footnotes are stored and not, as one would expect, near the actual >> footnote marker [fn:X] where the text of the footnote goes. this is very >> annoying as there is absolutly nothing to do at the "Footnotes" heading, >> and one has to manoeuvre manually to the actual footnote every time over >> and over again. > > I can confirm this. The bug seems to lie in > org-footnote-goto-definition. I'll see if I can dig a little deeper. > > Matt