forked from mirrors/org-cv
cventry date is bold
This commit is contained in:
parent
82adc3ad38
commit
5a08fb8333
1 changed files with 1 additions and 1 deletions
2
ox-cv.el
2
ox-cv.el
|
@ -159,7 +159,7 @@ holding export options."
|
|||
(employer (org-element-property :EMPLOYER headline))
|
||||
(location (or (org-element-property :LOCATION headline) ""))
|
||||
(note (or (org-element-property :NOTE headline) "")))
|
||||
(format "\\cventry{%s}{%s}{%s}{%s}{%s}{%s}\n"
|
||||
(format "\\cventry{\\textbf{%s}}{%s}{%s}{%s}{%s}{%s}\n"
|
||||
(concat (org-cv-timestamp-to-shortdate from-date)
|
||||
" -- "
|
||||
(org-cv-timestamp-to-shortdate to-date))
|
||||
|
|
Loading…
Reference in a new issue