mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(biblio): citar-file-note-org-include reference
citar-org-note-include does not exist. This may be changed upstream, however. Ref: #5810
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
:defer t
|
||||
:config
|
||||
;; Include property drawer metadata for 'org-roam' v2.
|
||||
(setq citar-org-note-include '(org-id org-roam-ref)))
|
||||
(setq citar-file-note-org-include '(org-id org-roam-ref)))
|
||||
|
||||
|
||||
(use-package! bibtex-completion
|
||||
|
Reference in New Issue
Block a user