Remove tabs

This commit is contained in:
Óscar Nájera 2019-02-02 16:48:03 +01:00
parent fbf6dd3a67
commit 19213346a8
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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.