update references

This commit is contained in:
Kyle Isom 2025-05-06 12:13:25 -07:00
parent 8828c16cd5
commit 64f3fab0ed
1 changed files with 6 additions and 6 deletions

12
org.el
View File

@ -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)