From fae79ae6172068f574d8f1a81b38d2656a053a44 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 14 Dec 2023 13:16:44 +0100 Subject: [PATCH] Fix typo latex compiler name --- bundle/bundle--org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index e82b7684..69767aa8 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -100,7 +100,7 @@ ;; Define the process to convert Org to PDF using XeLaTeX (org-latex-pdf-process '("latexmk -lualatex -shell-escape -quiet -f %f")) ;; Set the compiler to XeLaTeX - (org-latex-compiler "luatex") + (org-latex-compiler "lualatex") ;; Enable listings and other table-related features (org-latex-listings t) (org-latex-tables-booktabs t)