From 62878f5d9f28ea089034e744e400a3f333bbb035 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 16 Aug 2019 11:47:04 -0500 Subject: [PATCH] Fix: Free variable warning --- org-ql-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql-agenda.el b/org-ql-agenda.el index 972f59e..ba24e1f 100644 --- a/org-ql-agenda.el +++ b/org-ql-agenda.el @@ -102,7 +102,7 @@ is used, rather than binding it locally." super-groups (plist-get ,args :super-groups) title (plist-get ,args :title)))) (let ((files '(org-agenda-files)) - query sort narrow buffer super-groups) + query sort narrow buffer super-groups title) ;; Parse args manually (so we can leave FILES nil for a default argument). ;; TODO: DRY this and org-ql, I think. (pcase args