Hi,

I have some foo.org file :

* Section
  This is a [[file:bar.org::#home][link]

and a bar.org file :

* Section
:PROPERTIES:
:CUSTOM_ID: home
:END:
Lorem ipsum ...

If I put the cursor in foo.org on the link ant I try to evaluate (M-:)
(progn (org-open-at-point) (buffer-name))
I get "foo.org" as a result.
However the window displays bar.org and my cursor is in in bar.org.
By which mystery ?

I am missing something here ... but what ?

Fabrice

Reply via email to