From d2ac2545294b4ac0f53b89010fc152cef56f654d Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 3 Oct 2015 20:18:38 +0200 Subject: [PATCH] ox-koma-letter: Support #+LATEX_COMPILER * ox-koma-letter.el (org-koma-letter-template): Insert compiler. --- contrib/lisp/ox-koma-letter.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/lisp/ox-koma-letter.el b/contrib/lisp/ox-koma-letter.el index e51fab3d1..aad067297 100644 --- a/contrib/lisp/ox-koma-letter.el +++ b/contrib/lisp/ox-koma-letter.el @@ -616,6 +616,8 @@ holding export options." ;; Time-stamp. (and (plist-get info :time-stamp-file) (format-time-string "%% Created %Y-%m-%d %a %H:%M\n")) + ;; LaTeX compiler + (org-latex--insert-compiler info) ;; Document class and packages. (org-latex--make-preamble info) ;; Settings. They can come from three locations, in increasing