Closed sjmarshy closed 2 years ago
Hmmm.
I can't reproduce the issue... Just tried with emacs -q
and loading org-transclusion
.
How do you add the ID to a file? Do you call org-id-get-create
manually?
Do you happen to be using Org-roam? If so, one thing you could check is if you have your file listed in org-id-locations-file
(it's a path to a file, which should contain all your IDs with file names where the respective ID is located). The file name may be missing. For Org-roam, you can use org-roam-update-org-id-locations
to update this file.
Ah - the org-roam-update-org-id-locations
solved this for me - I wasn't aware of that function! Thank you very much.
I've freshly installed org-transclusion, and am running into an issue immediately. I've double checked that the variable
org-transclusion-include-first-section
is set tot
and it is. Equally, the orgid:
link works, and I can follow it with no problems. When I try to transclude the included file with a lineI get the message
The contents of the file I'm trying to transclude is as follows:
Surprisingly, I even edited the file to have a header - just to see it working - and it still didn't work
Any ideas where I could go next to figure this out / get it working as expected?