[O] How to get to the link destination?

2014-10-21 Thread Marcin Borkowski
Hi all, as in the subject. I want to do something /at the destination of the link/ the point is at (more precisely: get some text property of that place). This is what I came up with: (save-excursion (org-open-at-point) (get-text-property (point) :some-property)) Is there a better/faster

Re: [O] How to get to the link destination?

2014-10-21 Thread John Kitchin
Marcin Borkowski mb...@wmi.amu.edu.pl writes: that looks like a great way to me! Hi all, as in the subject. I want to do something /at the destination of the link/ the point is at (more precisely: get some text property of that place). This is what I came up with: (save-excursion