[Emacs] Add bibliography for org-cite

This commit is contained in:
Lucien Cartier-Tilet 2022-05-01 18:02:53 +02:00
parent 53ef8cb04b
commit 77e208d683
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 0 deletions

View File

@ -4320,6 +4320,8 @@ extended however we like!
org-log-done 'time org-log-done 'time
org-directory "~/org" org-directory "~/org"
org-default-notes-file (expand-file-name "notes.org" org-directory)) org-default-notes-file (expand-file-name "notes.org" org-directory))
(with-eval-after-load 'oc
(setq org-cite-global-bibliography '("~/org/bibliography/references.bib")))
<<org-agenda-files>> <<org-agenda-files>>
<<org-behavior-electric>> <<org-behavior-electric>>
<<org-capture-target-files>> <<org-capture-target-files>>