update references
This commit is contained in:
parent
8828c16cd5
commit
64f3fab0ed
12
org.el
12
org.el
|
@ -20,14 +20,14 @@
|
||||||
(use-package org-ref
|
(use-package org-ref
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(setq org-ref-bibliography-files '("~/org/references.bib")
|
(setq org-ref-bibliography-files '("~/org/static/references.bib")
|
||||||
org-cite-global-bibliography '("~/org/references.bib")
|
org-cite-global-bibliography '("~/org/static/references.bib")
|
||||||
org-ref-default-bibliography "~/org/references.bib"
|
org-ref-default-bibliography "~/org/static/references.bib"
|
||||||
org-cite-export-processors '((t csl "~/.emacs.d/csl/ieee.csl"))
|
org-cite-export-processors '((t csl "~/org/statuc/csl/ieee.csl"))
|
||||||
org-ref-default-citation-style "ieee"
|
org-ref-default-citation-style "ieee"
|
||||||
org-ref-pdf-directory "~/org/"
|
org-ref-pdf-directory "~/org/static/pdf/"
|
||||||
org-ref-notes-directory "~/org/"
|
org-ref-notes-directory "~/org/"
|
||||||
org-ref-csl-default-directory "~/.emacs.d/csl/"))
|
org-ref-csl-default-directory "~/org/static/csl/"))
|
||||||
|
|
||||||
(defun metacircular-publish () (interactive)
|
(defun metacircular-publish () (interactive)
|
||||||
(org-roam-db-sync)
|
(org-roam-db-sync)
|
||||||
|
|
Loading…
Reference in New Issue