diff options
Diffstat (limited to 'org-fc-awk.el')
-rw-r--r-- | org-fc-awk.el | 3 |
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 |