diff --git a/org-roam-db.el b/org-roam-db.el index c30330d..6ba54b0 100644 --- a/org-roam-db.el +++ b/org-roam-db.el @@ -443,6 +443,7 @@ If the file exists, update the cache with information." (unless (string= content-hash db-hash) (org-roam-with-file file-path nil (save-excursion + (org-set-regexps-and-options 'tags-only) (org-roam-db-clear-file) (org-roam-db-insert-file) (org-roam-db-insert-file-node)