From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too? Date: Sat, 21 Jun 2014 00:13:52 +0200 Message-ID: <87oaxn5ivz.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy73l-0007DV-A8 for emacs-orgmode@gnu.org; Fri, 20 Jun 2014 18:13:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wy73e-0006V0-U4 for emacs-orgmode@gnu.org; Fri, 20 Jun 2014 18:13:25 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:53274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy73e-0006Ui-NP for emacs-orgmode@gnu.org; Fri, 20 Jun 2014 18:13:18 -0400 In-Reply-To: (Grant Rettke's message of "Fri, 20 Jun 2014 15:55:11 -0500") 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: Grant Rettke Cc: "emacs-orgmode@gnu.org" Hello, Grant Rettke writes: > Today I noticed that hitting C-c C-c won't always jump back and forth > between its reference. I assume > that this because there may be many, and that makes sense. The other > thing that I noticed, though > is that C-c C-x f sometimes works and sometimes doesn't. Specifically, > sometimes it goes to the newly > created footnote, and sometimes it doesn't. However, this is just on > my one file. Here > is what I mean: > > File: https://github.com/grettke/home/blob/master/TC3F.org > Emacs init: https://github.com/grettke/home/blob/master/.emacs.el > Emacs: 24.3.1 > org: 8.2.7 > > Here is the simplest example, but this is code just representative by > hand in Emacs: > (find-file "TC3F.org") > (got-char 1642) > (org-ctrl-c-ctrl-c) > > That moves the cursor up to line 37, instead of where the footnote > lives on 3898. I cannot reproduce it, neither on maint nor on master. Each time, cursor ends up on line 3898. Regards, -- Nicolas Goaziou