diff options
author | Yoni Rabkin <yrk@gnu.org> | 2015-10-13 15:32:47 -0400 |
---|---|---|
committer | Yoni Rabkin <yrk@gnu.org> | 2015-10-13 15:32:47 -0400 |
commit | a039fb5e0f471d11cebb9505a7916189e06db236 (patch) | |
tree | bc84f5ba0b2cdf2ac2bda5143ff4ec787e634eb1 | |
parent | f2d75b7be78ac2523dc2c8c4647d1bc7ee0ce6ed (diff) |
* rt-liberation-report.el: Bump to other machine.
-rw-r--r-- | rt-liberation-report.el | 4 |
1 files changed, 4 insertions, 0 deletions
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))) |