From: Ihor Radchenko <yantar92@posteo.net>
To: "Sébastien Gendre" <seb@k-7.ch>
Cc: Org mode <emacs-orgmode@gnu.org>
Subject: Re: Org-mode element API: How to extract link description
Date: Sun, 18 Aug 2024 13:17:13 +0000 [thread overview]
Message-ID: <87frr2x95y.fsf@localhost> (raw)
In-Reply-To: <87o75qyqwm.fsf@k-7.ch>
Sébastien Gendre <seb@k-7.ch> writes:
> With the Org-mode element API, when I get an element of type "link", how
> do I extract the link description ?
> It's not a property of a link, from what I can see in when explore the
> content of a link element. And I found nothing on the documentation.
Link description is considered to be link contents.
But do note that simple `org-element-at-point' does not compute
contents. It is only available in the full parse tree. From
`org-element-at-point', a practical way to retrieve description text is
using substring between :contents-begin/end.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2024-08-18 13:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-18 12:08 Org-mode element API: How to extract link description Sébastien Gendre
2024-08-18 13:17 ` Ihor Radchenko [this message]
2024-08-18 13:47 ` Sébastien Gendre
2024-08-22 19:51 ` Alexander Adolf via General discussions about Org-mode.
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87frr2x95y.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=seb@k-7.ch \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.