From Borax Man@boraxman@geidiprime.nospam to gnu.emacs.help on Sat Jun 28 11:12:56 2025
From Newsgroup: gnu.emacs.help
I have a folder which has my org mode files here
~/Documents/org/
What I want, is the command org-id-update-id-locations to scan *all*
those files.
My org-directry is defined thus...
(org-directory "~/Documents/org")
But org-id-update-id-locations only scans two files
Finding ID locations (1/2 files): /home/boraxman/Documents/todo.org
Finding ID locations (2/2 files): /home/boraxman/Documents/todo.org_archive
How can I get it to scan all the files?
I can customise this variable, org-id-extra-files, but I don't want to
have to add each file individually. I want to specify all files, ie. "~/Documents/org/*", but this doesn't seem to work.
Any pointers on how to give emacs here a directory or a file wildcard
would be appreciated.