emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org id link to arbitrary place in an org file


From: Ihor Radchenko
Subject: Re: org id link to arbitrary place in an org file
Date: Wed, 06 Mar 2024 10:44:52 +0000

Samuel Wales <samologist@gmail.com> writes:

> i know we talked about something like this recently, perhaps related
> to inline tasks, perhaps not.  apologies redundancy.
>
> i'd like to have an org-id link to a place in a different file.  a
> paragraph or even more arbitrary.
>
> is this possible with current org technology?  [i think recent
> discussion did not mention id markers.]

On the latest main, after adding search option support for ID links, it
should be possible to link to named places in arbitrary Org file.

For example, one can link to a paragraph like

:PROPERTIES:
:ID:       3824e050-801e-422a-9312-6628f4153941
:END:

#+name: paragraph-name
This is a paragraph.

The link will be

[[id:3824e050-801e-422a-9312-6628f4153941::paragraph-name]]

-- 
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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]