summaryrefslogtreecommitdiff
path: root/org-fc-awk.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-02-25 14:47:30 +0100
committerLeon Rische <leon.rische@me.com>2020-02-25 14:47:30 +0100
commit07556b9ebfea6db35140bbfe5037a8573d991f91 (patch)
treeea78c50284ccefad69d5fe3e9dbfa447035d7460 /org-fc-awk.el
parent7b7bf9b00eec47f3b0583e0e76bd38715cc59699 (diff)
Add configurable box-limit for review statistics
Diffstat (limited to 'org-fc-awk.el')
-rw-r--r--org-fc-awk.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-fc-awk.el b/org-fc-awk.el
index d9f19cd..2f98c54 100644
--- a/org-fc-awk.el
+++ b/org-fc-awk.el
@@ -221,7 +221,8 @@ Return nil there is no history file."
(org-fc-awk--command
"awk/stats_reviews.awk"
:utils t
- :input org-fc-review-history-file)))))
+ :input org-fc-review-history-file
+ :variables `(("min_box" . ,org-fc-stats-review-min-box)))))))
`(:all ,(first res) :month ,(second res) :week ,(third res) :day ,(fourth res)))))
;;;; Footer