From a039fb5e0f471d11cebb9505a7916189e06db236 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Tue, 13 Oct 2015 15:32:47 -0400 Subject: * rt-liberation-report.el: Bump to other machine. --- rt-liberation-report.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rt-liberation-report.el b/rt-liberation-report.el index 203ae8a..d6f8182 100644 --- a/rt-liberation-report.el +++ b/rt-liberation-report.el @@ -66,6 +66,10 @@ return `nil'." (error "no tickets in interval")) (let ((l (copy-tree interval)) (r nil)) + + ;; the solution is to first convert to seconds, then sort, then + ;; finally convert to YYYY-MM-DD format + (while l (setq r (append r `(,(rt-liber-report-scan-ticket (car l))))) (setq l (cdr l))) -- cgit v1.2.3