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:
parent
09d6ae7138
commit
8a5803522e
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue