mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 18:48:30 +00:00
try to debug container
This commit is contained in:
parent
5c798b9068
commit
ec217f1f0e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue