summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2022-05-15 17:24:32 +0200
committerfpi2022-05-15 17:25:10 +0200
commitb14447cb6221d5ca205623624bf35835c6cf232b (patch)
tree4b57b68fc3e1b34af00f556ee5d1ec44050786e7 /emacs-init.org
parentFix some magit calls/settings and org-roam load order (diff)
Use biblatex for org-cite latex export processing
Diffstat (limited to '')
-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