summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-init.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 0bf53b0..1f3cac2 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -4991,10 +4991,13 @@ A small function to toggle the encryption state of the current entry.
(org-cite-global-bibliography
(if (equal fpi/current-device "DESKTOP-PM1PPEC")
'("~/git/projects/personal/bib.bib"
- "~/win/Zotero/00_Unsorted.bib"
- "~/win/Zotero/01_Annotated.bib"
- "~/win/Zotero/99_AllZotero.bib")
+ "~/win/Zotero/biblatex/00_Unsorted.bib"
+ "~/win/Zotero/biblatex/01_Annotated.bib"
+ "~/win/Zotero/biblatex/99_AllZotero.bib")
'("~/git/projects/personal/bib.bib")))
+ (org-cite-export-processors
+ '((latex biblatex "ieee")
+ (t basic)))
<<org-cite-custom>>
)
#+end_src