mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
org-roam-get-keyword performs some file IO to read file keywords from all nodes. This can be slow with long node lists. With org-roam/org-roam#1963, file title is baked into the schema, so we don't need to do this work anymore. Ref: org-roam/org-roam#1963 Fix: #6382