Re: [O] Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too?

2014-06-21 Thread Nicolas Richard
Grant Rettke g...@wisdomandwonder.com writes:

 On Fri, Jun 20, 2014 at 5:13 PM, Nicolas Goaziou m...@nicolasgoaziou.fr 
 wrote:
 I cannot reproduce it, neither on maint nor on master. Each time, cursor
 ends up on line 3898.

 Understood. Thank you much for trying.

 I will convert the document to in-line footnotes.

You tried with org 8.2.7, whereas Nicolas tried with latest maint. A
navigation bug was fixed meanwhile, so it'd be worth trying the latest
maint version before changing your data. (the bugfix isn't in 8.2.7a
unfortunately afaict).

-- 
Nico.



[O] Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too?

2014-06-20 Thread Grant Rettke
Good evening,

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.

Ideas:
1. I screwed up the format of the footnotes.
2. Go back in version control and manually cope with this. I would
still like the understand the issue.

Tried:
1. Renumbering the footnotes with C-u C-c C-x f, but got the same behavior.

Now, I am asking for help, because this one is odd to see.

Kind regards,

Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
g...@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson



Re: [O] Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too?

2014-06-20 Thread Nicolas Goaziou
Hello,

Grant Rettke g...@wisdomandwonder.com 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



Re: [O] Should C-c C-c always jump between a footnote and its definition? C-c C-x f, too?

2014-06-20 Thread Grant Rettke
On Fri, Jun 20, 2014 at 5:13 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:
 I cannot reproduce it, neither on maint nor on master. Each time, cursor
 ends up on line 3898.

Understood. Thank you much for trying.

I will convert the document to in-line footnotes.