1
0
Fork 1
mirror of https://gitlab.com/Titan-C/org-cv.git synced 2025-04-16 18:29:29 +00:00

fix(ox-moderncv.el): Add firstname and lastname var in backend def

This commit is contained in:
Louis Vigneras 2025-01-21 20:28:03 +01:00
parent 09d6ae7138
commit 8a5803522e

View file

@ -64,6 +64,8 @@
(:github "GITHUB" nil nil parse)
(:linkedin "LINKEDIN" nil nil parse)
(:with-email nil "email" t t)
(:firstname "FIRSTNAME" nil nil t)
(:lastname "LASTNAME" nil nil t)
)
:translate-alist '((template . org-moderncv-template)
(headline . org-moderncv-headline)))