toshism / org-super-links

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

After modifying the chapter name, can't modify the link name of all the references to the changed chapter synchronously. #88

Closed Cassiel-girl closed 11 months ago

Cassiel-girl commented 11 months ago

After modifying the chapter name, you can't modify the link name of all the references to the changed chapter synchronously.

toshism commented 11 months ago

Yes, this is true. There is no central database that manages links. They are just org-mode links the same as any other, so they do not auto update. I definitely recommend using org-id for links though as documented here https://github.com/toshism/org-super-links?tab=readme-ov-file#org-id so that your links are never broken.