From c3a08d719065d8f90bd4cd8a4ea531d3194d726d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Fel=C5=A1=C3=B6ci?= <marek.felsoci@inria.fr>
Date: Tue, 28 Feb 2023 13:57:01 +0100
Subject: [PATCH] Use bibtex instead of biblatex

---
 compose-publish.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose-publish.el b/compose-publish.el
index fbbe016..bb78b60 100644
--- a/compose-publish.el
+++ b/compose-publish.el
@@ -125,7 +125,7 @@ undesirable behavior."
 ;; derived back-ends) documents and csl otherwise (in particular for html
 ;; export)
 (setq org-cite-export-processors
-      '((latex biblatex)
+      '((latex bibtex)
         (t csl)))
 
 ;; org-ref: add an entry format to org-ref for @misc bibtex entries; the other
-- 
GitLab