Merge: 0.3.2
This commit is contained in:
commit
d5c26b7f60
5 changed files with 26 additions and 6 deletions
|
|
@ -212,7 +212,9 @@ necessary."
|
|||
(org-ql-view-super-groups super-groups)
|
||||
(org-ql-view-title title))
|
||||
(when super-groups
|
||||
(let ((org-super-agenda-groups super-groups))
|
||||
(let ((org-super-agenda-groups (cl-etypecase super-groups
|
||||
(symbol (symbol-value super-groups))
|
||||
(list super-groups))))
|
||||
(setf strings (org-super-agenda--group-items strings))))
|
||||
(org-ql-view--display :buffer buffer :header header
|
||||
:string (s-join "\n" strings)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue