From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: [BUG] Re: Annoying positioning of point when writing footnotes Date: Thu, 13 Aug 2015 11:10:01 -0500 Message-ID: <87h9o3jhk6.fsf@fastmail.fm> References: <87wpwzp7oj.fsf@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPv4x-0005T1-Jl for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 12:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPv4s-0000ro-LC for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 12:10:07 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPv4s-0000lc-7Q for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 12:10:02 -0400 In-Reply-To: <87wpwzp7oj.fsf@unibas.ch> (Gerald Wildgruber's message of "Thu, 13 Aug 2015 16:46:52 +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: > 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