From 07556b9ebfea6db35140bbfe5037a8573d991f91 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 25 Feb 2020 14:47:30 +0100 Subject: Add configurable box-limit for review statistics --- org-fc-awk.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org-fc-awk.el') 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 -- cgit v1.2.3