try to debug container

This commit is contained in:
Óscar Nájera 2018-04-19 03:15:16 +02:00
parent 5c798b9068
commit ec217f1f0e

View file

@ -25,7 +25,7 @@
(find-file workfile) (find-file workfile)
(org-mode) (org-mode)
(org-export-to-file 'altacv outfile) (org-export-to-file 'altacv outfile)
(org-latex-compile outfile) (shell-command (format "latexmk -pdf %s" outfile))
)) ))
(export-latex "altacv.org") (export-latex "altacv.org")