From ec217f1f0e87957a39a3b285e4990a3bf1d4abfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 19 Apr 2018 03:15:16 +0200 Subject: [PATCH] try to debug container --- genfiles.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genfiles.el b/genfiles.el index 754df70..1760810 100644 --- a/genfiles.el +++ b/genfiles.el @@ -25,7 +25,7 @@ (find-file workfile) (org-mode) (org-export-to-file 'altacv outfile) - (org-latex-compile outfile) + (shell-command (format "latexmk -pdf %s" outfile)) )) (export-latex "altacv.org")