emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/rt-liberation a039fb5 56/72: * rt-liberation-report.el:


From: Stefan Monnier
Subject: [elpa] externals/rt-liberation a039fb5 56/72: * rt-liberation-report.el: Bump to other machine.
Date: Wed, 5 Aug 2020 11:57:44 -0400 (EDT)

branch: externals/rt-liberation
commit a039fb5e0f471d11cebb9505a7916189e06db236
Author: Yoni Rabkin <yrk@gnu.org>
Commit: Yoni Rabkin <yrk@gnu.org>

    * 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]