mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
(fix)db: Require 'oc to get org-cite functionality. (#1849)
This commit is contained in:
@ -534,7 +534,7 @@ If the file exists, update the cache with information."
|
|||||||
(setq info (org-element-parse-buffer))
|
(setq info (org-element-parse-buffer))
|
||||||
(org-roam-db-map-links
|
(org-roam-db-map-links
|
||||||
(list #'org-roam-db-insert-link))
|
(list #'org-roam-db-insert-link))
|
||||||
(when (require 'org-cite nil 'noerror)
|
(when (require 'oc nil 'noerror)
|
||||||
(org-roam-db-map-citations
|
(org-roam-db-map-citations
|
||||||
info
|
info
|
||||||
(list #'org-roam-db-insert-citation)))))))))
|
(list #'org-roam-db-insert-citation)))))))))
|
||||||
|
Reference in New Issue
Block a user