Fix: Free variable warning
This commit is contained in:
parent
27e343700d
commit
62878f5d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ is used, rather than binding it locally."
|
||||||
super-groups (plist-get ,args :super-groups)
|
super-groups (plist-get ,args :super-groups)
|
||||||
title (plist-get ,args :title))))
|
title (plist-get ,args :title))))
|
||||||
(let ((files '(org-agenda-files))
|
(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).
|
;; 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue