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:
parent
307a641821
commit
e5ccacc785
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue