mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -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))
|
||||
(org-roam-db-map-links
|
||||
(list #'org-roam-db-insert-link))
|
||||
(when (require 'org-cite nil 'noerror)
|
||||
(when (require 'oc nil 'noerror)
|
||||
(org-roam-db-map-citations
|
||||
info
|
||||
(list #'org-roam-db-insert-citation)))))))))
|
||||
|
Reference in New Issue
Block a user