1
0
Fork 1
mirror of https://gitlab.com/Titan-C/org-cv.git synced 2025-04-17 10:49:27 +00:00

[hugocv] Prepend property entry with i tag

This commit is contained in:
Oscar Najera 2025-01-17 07:28:31 +01:00
parent 09657387e8
commit 33c8844589

View file

@ -60,15 +60,15 @@
(host
(-some->> (alist-get 'host entry)
(org-string-nw-p)
(format "%s\n{.cv-host}")))
(format "<i></i>%s\n{.cv-host}")))
(date
(-some->>
(alist-get 'date entry)
(format "%s\n{.cv-date}")))
(format "<i></i>%s\n{.cv-date}")))
(location
(-some->> (alist-get 'location entry)
(org-string-nw-p)
(format "%s\n{.cv-location}")))))
(format "<i></i>%s\n{.cv-location}")))))
(defun org-hugocv--format-cventry (headline contents info)
"Format HEADLINE as as cventry.