Re: [O] Q: setting/changing search path for links by id

2018-05-02 Thread Samuel Wales
there is org-id-extra-files. you will need to code around it to set it right. by default it is set to text search extra files, as a symbol. however, that symbol probably cannot be put in as a pseudo-file. i.e. part of a list with files. [it seems that perhaps 'agenda-archives /can/ be put in as

Re: [O] Q: setting/changing search path for links by id

2018-05-02 Thread John Kitchin
I think you are looking for the variable org-id-locations-file. This file contains entries like ("~/vc/journal/2018/03/29/2018-03-29.org" "A6509542-9C85-46ED-BFE3-715CE44BAA70") and is used to create a hash table that provides a way to search for Ids. You can see it still holds information to a fil

[O] Q: setting/changing search path for links by id

2018-05-02 Thread Julius Dittmar
Hi, I'd like to use links for cross referencing. As filenames are very prone to change in my system, I'd like to use IDs for those links. What I could not fathom yet is how the search path for those IDs is created. Is there a way of (session-globally) setting that search path, in a specialized i