emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] [Orgmode] link to a file in a footnote ?


From: Giovanni Ridolfi
Subject: Re: [BUG] [Orgmode] link to a file in a footnote ?
Date: Fri, 19 Nov 2010 15:19:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Sébastien Mengin <address@hidden> writes:

> Consider the following minimal example:
>
> Text[fn:1]
>
> * Footnotes
> [fn:1] Note with a [[file:abecedaire.jpg][link]].
>
> [...] doing C-c C-o on the link moves the cursor on
> [fn:1] and says in the minibuffer: "Position saved mark to ring, go back
> with C-c &", instead of opening the linked file.
>
> Is this a bug?

Here,
Org-mode version 7.3  commit-451acd11cef9db348aa26aa1bbc2a300c75cbe88
GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1

confirmed. Yes, this is a bug.

More info:
 If the pointer of the mouse is put on the word "link"
 the yellow window that appears says:"LINK: file:namefile".
 so the LINK is somehow recognised as a link to the file namefile.

 However clicking on it makes the cursor jump to the link of the
 footnote.

 But if the link is in a new line, e.g.:

* Footnotes
 [fn:1] Note with a 
[[file:abecedaire.jpg][link]].

Org-mode opens the link of the file.

Then a *qualitative* bug analysis.

Seems that Org-mode considers the [[file:abecedaire.jpg][link]]  link, 
when it is the same line  of the footnote link, 
as part of the footnote link itself.

My skills end here, I can't help more. 

Carsten, hth, have a nice squashing ;-)

cheers,
Giovanni



reply via email to

[Prev in Thread] Current Thread [Next in Thread]