mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 10:38:29 +00:00
Remove tabs
This commit is contained in:
parent
fbf6dd3a67
commit
19213346a8
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue