1
0
Fork 1
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:
Louis Vigneras 2025-01-05 14:23:07 +01:00
parent dd2f840050
commit 7d31fe46b8
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,2 +1,6 @@
*.elc
/dev.org
.dir-locals.el
Makefile
*~
test/

View file

@ -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)))