From: Alexander Adolf via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: "Ihor Radchenko" <yantar92@posteo.net>, "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: Thu, 22 Aug 2024 21:51:07 +0200 [thread overview]
Message-ID: <ec9475911ec417cfe1d5780e84e26ee1@condition-alpha.com> (raw)
In-Reply-To: <87frr2x95y.fsf@localhost>
Ihor Radchenko <yantar92@posteo.net> writes:
> 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 ?
> [...]
> 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.
> [...]
I use org-link-display-format to get the description part when I have
the link as a string. Perhaps something along the lines of
(org-link-display-format (buffer-substring-no-properties
(org-element-contents-begin link)
(org-element-contents-end link)))
for your use-case?
Hoping to have helped,
--alexander
prev parent reply other threads:[~2024-08-22 19:52 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
2024-08-18 13:47 ` Sébastien Gendre
2024-08-22 19:51 ` Alexander Adolf via General discussions about Org-mode. [this message]
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=ec9475911ec417cfe1d5780e84e26ee1@condition-alpha.com \
--to=emacs-orgmode@gnu.org \
--cc=alexander.adolf@condition-alpha.com \
--cc=seb@k-7.ch \
--cc=yantar92@posteo.net \
/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.