Remove confusion of C-c C-o in footnote with cursor on link
commitf692ba3c2604e522a04c333c7404fc6bd66f8336
authorCarsten Dominik <carsten.dominik@gmail.com>
Sat, 20 Nov 2010 17:24:18 +0000 (20 18:24 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sat, 20 Nov 2010 17:24:18 +0000 (20 18:24 +0100)
tree43c7655e203675e864ec29db870af4b89a86cb74
parentdce955fad095a6580933d326cdc72e425e44594c
Remove confusion of C-c C-o in footnote with cursor on link

* lisp/org.el (org-open-at-point): Don't do footnote action if cursor is
on a bracket link.

Sebastian Mengin writes:

> Hi,
>
> Consider the following minimal example:
>
> Text[fn:1]
>
> * Footnotes
> [fn:1] Note with a [[file:abecedaire.jpg][link]].
>
> Here with orgmode 7.02, 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?
>
lisp/org.el