[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug: Unable to follow links to org files using org-open-at-point whe
From: |
Ihor Radchenko |
Subject: |
Re: Bug: Unable to follow links to org files using org-open-at-point when the link is located in a property drawer [9.4.4 (release_9.4.4 @ /home/sync0/.emacs.d/straight/build/org/)] |
Date: |
Mon, 30 Aug 2021 23:06:00 +0800 |
Carlos Alberto Rivera Carreño <carc.sync0@gmail.com> writes:
> org-id-open: Cannot find entry with ID "1e705ded-0364-412d-bb01-02a99fc78694"
I suspect that you did not create that link using built-in org
functions. org-id uses heuristics to determine which files contain id
targets. By default, Org only searches org-agenda-files and current
buffer. When org-id-track-globally is set, Org tries to be smarter and add
any file to where you programatically store an id: link. If you never do
it and create the link manually, Org will not find such link. See
docstring of org-id-extra-files for some more details.
Hope it helps.
Best,
Ihor