Tidy: (org-ql-view--display) Take STRINGS instead of STRING
No need to allocate one large string just to insert it into the buffer.
This commit is contained in:
parent
0e39372146
commit
a4bf5b0a92
2 changed files with 5 additions and 4 deletions
|
|
@ -220,8 +220,7 @@ necessary."
|
|||
(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)))))
|
||||
(org-ql-view--display :buffer buffer :header header :strings strings))))
|
||||
|
||||
;;;###autoload
|
||||
(defun org-ql-search-block (query)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue