Fix: Shadowed variable

This commit is contained in:
Adam Porter 2018-12-18 06:12:16 -06:00
parent ed3741de4b
commit a58273c147

View file

@ -72,7 +72,7 @@ agenda in, rather than the default."
buffer (plist-get ,args :buffer) buffer (plist-get ,args :buffer)
super-groups (plist-get ,args :super-groups)))) super-groups (plist-get ,args :super-groups))))
(let ((files '(org-agenda-files)) (let ((files '(org-agenda-files))
query sort narrow buffer) query sort narrow buffer super-groups)
;; Parse args manually (so we can leave FILES nil for a default argument). ;; Parse args manually (so we can leave FILES nil for a default argument).
;; TODO: DRY this and org-ql, I think. ;; TODO: DRY this and org-ql, I think.
(pcase args (pcase args