Fix: Shadowed variable
This commit is contained in:
parent
ed3741de4b
commit
a58273c147
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ agenda in, rather than the default."
|
|||
buffer (plist-get ,args :buffer)
|
||||
super-groups (plist-get ,args :super-groups))))
|
||||
(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).
|
||||
;; TODO: DRY this and org-ql, I think.
|
||||
(pcase args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue