mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
@ -435,7 +435,7 @@ connections, nil is returned."
|
|||||||
(current-buffer))))
|
(current-buffer))))
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(emacsql-with-transaction (org-roam-db--get-connection)
|
(emacsql-with-transaction (org-roam-db)
|
||||||
(org-roam-db--update-meta)
|
(org-roam-db--update-meta)
|
||||||
(org-roam-db--update-tags)
|
(org-roam-db--update-tags)
|
||||||
(org-roam-db--update-titles)
|
(org-roam-db--update-titles)
|
||||||
@ -461,7 +461,7 @@ If FORCE, force a rebuild of the cache from scratch."
|
|||||||
(title-count 0)
|
(title-count 0)
|
||||||
(ref-count 0)
|
(ref-count 0)
|
||||||
(deleted-count 0))
|
(deleted-count 0))
|
||||||
(emacsql-with-transaction (org-roam-db--get-connection)
|
(emacsql-with-transaction (org-roam-db)
|
||||||
;; Two-step building
|
;; Two-step building
|
||||||
;; First step: Rebuild files and headlines
|
;; First step: Rebuild files and headlines
|
||||||
(dolist (file org-roam-files)
|
(dolist (file org-roam-files)
|
||||||
|
Reference in New Issue
Block a user