Compare commits

..

No commits in common. "sergiodj-modifications" and "master" have entirely different histories.

View file

@ -68,7 +68,6 @@
(: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)
@ -140,8 +139,7 @@ holding export options."
(format "\\name{%s}{%s}\n" first-name last-name)) (format "\\name{%s}{%s}\n" first-name last-name))
;; Title ;; Title
(when (org-string-nw-p title) (format "\\position{%s}\n" title)
(format "\\position{%s}\n" title))
;; photo ;; photo
(let* ((photo (plist-get info :photo)) (let* ((photo (plist-get info :photo))
@ -171,7 +169,6 @@ holding export options."
:homepage :homepage
:github :github
:gitlab :gitlab
:forgejo
:leanpub :leanpub
:linkedin :linkedin
:twitter :twitter