From: Marcin Borkowski <mbork@wmi.amu.edu.pl>
To: Org mailing list <emacs-orgmode@gnu.org>
Subject: How to get to the link destination?
Date: Tue, 21 Oct 2014 16:12:48 +0200 [thread overview]
Message-ID: <87r3y1fr4v.fsf@wmi.amu.edu.pl> (raw)
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 way, especially knowing that the link is an
internal one?
Best,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
next reply other threads:[~2014-10-21 14:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-21 14:12 Marcin Borkowski [this message]
2014-10-21 23:18 ` How to get to the link destination? John Kitchin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r3y1fr4v.fsf@wmi.amu.edu.pl \
--to=mbork@wmi.amu.edu.pl \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).