[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-store-link on document title
From: |
Anthony Carrico |
Subject: |
Re: [BUG] org-store-link on document title |
Date: |
Thu, 29 Jun 2023 09:06:14 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 |
On 6/28/23 16:16, Ihor Radchenko wrote:> It has been added back in Org 9.5.
Thanks, I'm on 9.5.5, so I can test it...
You can set `org-id-link-to-org-use-id' to non-nil (4.5 Handling Links).
Then, Org will store link to current file/heading instead of more
generic link. Latest version of Org will also auto-assign TITLE as the
link description.
#+begin_example
:PROPERTIES:
:ID: 5f4cdb46-d18d-41bb-914e-da7faa177772
:END:
#+TITLE: test org title link
#+end_example
#+begin_example
[[id:5f4cdb46-d18d-41bb-914e-da7faa177772][test org title link]]
#+end_example
...hmm, you are correct that this option does add the proper default
description, but this is not a just plain file link anymore.
--
Anthony Carrico
- [BUG] org-store-link on document title, Anthony Carrico, 2023/06/28
- Re: [BUG] org-store-link on document title, Ihor Radchenko, 2023/06/28
- Re: [BUG] org-store-link on document title, Anthony Carrico, 2023/06/28
- Re: [BUG] org-store-link on document title, Ihor Radchenko, 2023/06/28
- Re: [BUG] org-store-link on document title,
Anthony Carrico <=
- Re: [BUG] org-store-link on document title, Ihor Radchenko, 2023/06/29
- Re: [BUG] org-store-link on document title, Anthony Carrico, 2023/06/29
- Re: [BUG] org-store-link on document title, Ihor Radchenko, 2023/06/29
- Re: [BUG] org-store-link on document title, Anthony Carrico, 2023/06/29