From 5a08fb8333858beeab50fc6bcb426727f5d30968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 24 Mar 2018 01:42:38 +0100 Subject: [PATCH] cventry date is bold --- ox-cv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-cv.el b/ox-cv.el index c724ebf..bb5e428 100644 --- a/ox-cv.el +++ b/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))