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