From 473ac3214717f394ac26ea1133a9525772af84db Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 8 Sep 2018 13:15:59 +0200 Subject: [PATCH] =?UTF-8?q?[Org]=20Use=20=E2=80=98lualatex=E2=80=99=20as?= =?UTF-8?q?=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site-lisp/db-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 38daa32..9c668b0 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -882,7 +882,8 @@ This is done only if the value of this variable is not null." :defer t :config (progn (setq org-latex-default-class "scrartcl" - org-latex-listings t) + org-latex-listings t + org-latex-compiler "lualatex") (add-to-list 'org-latex-classes `("scrartcl" ,(concat "\\documentclass{scrartcl}\n"