diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-08-05 17:22:31 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-08-05 17:22:31 -0400 |
commit | 84ce235f133459dd06c2d1a0a1c6e0d90f5770f1 (patch) | |
tree | 3be6b75126072fbc9eac198aa52308d9bacfa6b8 /rt-liberation-report.el | |
parent | 0fc4737bd6fee2b621eb21963e693b2be99831da (diff) |
Syncronize with Stefan's changes
Diffstat (limited to 'rt-liberation-report.el')
-rw-r--r-- | rt-liberation-report.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/rt-liberation-report.el b/rt-liberation-report.el index 07b83ee..11d20c2 100644 --- a/rt-liberation-report.el +++ b/rt-liberation-report.el @@ -1,6 +1,6 @@ ;;; rt-liberation-report.el --- Emacs interface to RT -;; Copyright (C) 2015 Free Software Foundation +;; Copyright (C) 2015 Free Software Foundation, Inc. ;; ;; Authors: Yoni Rabkin <yrk@gnu.org> ;; @@ -32,9 +32,8 @@ ;;; Code: -(require 'rt-liberation) (require 'rt-liberation-rest) - +(require 'rt-liberation) (defvar rt-liber-report-csv-header '("date" "tickets resolved") @@ -126,8 +125,8 @@ return `nil'." (rt-liber-report-get-interval rt-queue start-date end-date))) by-date by-owner - by-date-out - by-owner-out + ;; by-date-out + ;; by-owner-out total) (when (not tickets) (error (concat "no tickets in interval between " |