branch: externals/rt-liberation
commit a039fb5e0f471d11cebb9505a7916189e06db236
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>

    * 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