diff --git a/ox-altacv.el b/ox-altacv.el index 7174464..689e01e 100644 --- a/ox-altacv.el +++ b/ox-altacv.el @@ -194,7 +194,7 @@ e.g. <2002-08-12 Mon> => Aug 2012" (year (nth 5 dte)));;'(02 07 2015))) (concat (calendar-month-name month abbreviate) " " -(number-to-string year)))) + (number-to-string year)))) (defun org-altacv--format-cventry (headline contents info) "Format HEADLINE as as cventry. diff --git a/ox-moderncv.el b/ox-moderncv.el index 8cdb814..564638f 100644 --- a/ox-moderncv.el +++ b/ox-moderncv.el @@ -180,10 +180,10 @@ e.g. <2002-08-12 Mon> => Aug 2012" (let* ((abbreviate 't) (dte (org-parse-time-string date_str)) (month (nth 4 dte)) - (year (nth 5 dte)));;'(02 07 2015))) + (year (nth 5 dte))) ;;'(02 07 2015))) (concat (calendar-month-name month abbreviate) " " -(number-to-string year)))) + (number-to-string year)))) (defun org-moderncv--format-cventry (headline contents info) "Format HEADLINE as as cventry.