forked from mirrors/org-cv
include latex compiler info
This commit is contained in:
parent
9129f0c504
commit
7ee751f40a
1 changed files with 1 additions and 1 deletions
2
ox-cv.el
2
ox-cv.el
|
@ -59,7 +59,7 @@ holding export options."
|
||||||
(and (plist-get info :time-stamp-file)
|
(and (plist-get info :time-stamp-file)
|
||||||
(format-time-string "%% Created %Y-%m-%d %a %H:%M\n"))
|
(format-time-string "%% Created %Y-%m-%d %a %H:%M\n"))
|
||||||
;; LaTeX compiler.
|
;; LaTeX compiler.
|
||||||
;;(org-latex--insert-compiler info)
|
(org-latex--insert-compiler info)
|
||||||
;; Document class and packages.
|
;; Document class and packages.
|
||||||
(org-latex-make-preamble info)
|
(org-latex-make-preamble info)
|
||||||
;; cvstyle
|
;; cvstyle
|
||||||
|
|
Loading…
Reference in a new issue