mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2025-04-16 18:29:29 +00:00
[ox-moderncv.el] print author variable for debugging
This commit is contained in:
parent
dd2f840050
commit
7d31fe46b8
2 changed files with 5 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,6 @@
|
|||
*.elc
|
||||
/dev.org
|
||||
.dir-locals.el
|
||||
Makefile
|
||||
*~
|
||||
test/
|
||||
|
|
|
@ -102,6 +102,7 @@ holding export options."
|
|||
(let ((author (and (plist-get info :with-author)
|
||||
(let ((auth (plist-get info :author)))
|
||||
(and auth (org-export-data auth info))))))
|
||||
(print author)
|
||||
(format "\\name{%s}{}\n" author))
|
||||
;; photo
|
||||
(let ((photo (org-export-data (plist-get info :photo) info)))
|
||||
|
|
Loading…
Add table
Reference in a new issue