forked from mirrors/org-cv
Compare commits
2 commits
master
...
sergiodj-m
Author | SHA1 | Date | |
---|---|---|---|
37cfa7ff64 | |||
106c840726 |
1 changed files with 4 additions and 1 deletions
|
@ -68,6 +68,7 @@
|
||||||
(:photostyle "PHOTOSTYLE" nil nil t)
|
(:photostyle "PHOTOSTYLE" nil nil t)
|
||||||
(:gitlab "GITLAB" nil nil parse)
|
(:gitlab "GITLAB" nil nil parse)
|
||||||
(:github "GITHUB" nil nil parse)
|
(:github "GITHUB" nil nil parse)
|
||||||
|
(:forgejo "FORGEJO" nil nil parse)
|
||||||
(:leanpub "LEANPUB" nil nil parse)
|
(:leanpub "LEANPUB" nil nil parse)
|
||||||
(:linkedin "LINKEDIN" nil nil parse)
|
(:linkedin "LINKEDIN" nil nil parse)
|
||||||
(:twitter "TWITTER" nil nil parse)
|
(:twitter "TWITTER" nil nil parse)
|
||||||
|
@ -139,7 +140,8 @@ holding export options."
|
||||||
(format "\\name{%s}{%s}\n" first-name last-name))
|
(format "\\name{%s}{%s}\n" first-name last-name))
|
||||||
|
|
||||||
;; Title
|
;; Title
|
||||||
(format "\\position{%s}\n" title)
|
(when (org-string-nw-p title)
|
||||||
|
(format "\\position{%s}\n" title))
|
||||||
|
|
||||||
;; photo
|
;; photo
|
||||||
(let* ((photo (plist-get info :photo))
|
(let* ((photo (plist-get info :photo))
|
||||||
|
@ -169,6 +171,7 @@ holding export options."
|
||||||
:homepage
|
:homepage
|
||||||
:github
|
:github
|
||||||
:gitlab
|
:gitlab
|
||||||
|
:forgejo
|
||||||
:leanpub
|
:leanpub
|
||||||
:linkedin
|
:linkedin
|
||||||
:twitter
|
:twitter
|
||||||
|
|
Loading…
Reference in a new issue