From 19213346a8ed1ab03a1e19972eb760f516053f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 2 Feb 2019 16:48:03 +0100 Subject: [PATCH] Remove tabs --- ox-altacv.el | 2 +- ox-moderncv.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.