From 679adcaa64613c821b38cd1d34b081640315293a Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 29 Sep 2015 19:39:01 +0200 Subject: [PATCH] ox-latex: Fix typo in 1e4b7e4bec6b6d4351b1e23872b6 * ox-latex.el (org-latex--remove-packages): Fix typo. --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 9f3cb6570..cd858df50 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1382,7 +1382,7 @@ Return modified pkg-alist." (let ((third (nth 3 pkg))) (and third (not (member-ignore-case - compile + compiler (if (listp third) third (list third))))))) pkg)) pkg-alist))