Browse Source

ox-latex: Fix typo in 1e4b7e4bec6b6d4351b1e23872b6

* ox-latex.el (org-latex--remove-packages): Fix typo.
Rasmus 9 years ago
parent
commit
679adcaa64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
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))