toshism / org-super-links

Package to create links with auto backlinks
GNU General Public License v3.0
281 stars 20 forks source link

How to update the cache of IDs->locations after renaming files outside of emacs? #60

Closed NightMachinery closed 3 years ago

NightMachinery commented 3 years ago

How to update the cache of IDs->locations after renaming files outside of emacs?

toshism commented 3 years ago

org-super-links does not keep any cache itself. if you are using org-id I believe it does keep some form of cache though.

Maybe this is useful https://github.com/tkf/org-mode/blob/master/lisp/org-id.el#L443