WIP: Fix query in section heading
This commit is contained in:
parent
023f2e9521
commit
0f8ae0e850
1 changed files with 3 additions and 1 deletions
|
|
@ -345,7 +345,9 @@ Searches in ELEMENT's buffer."
|
|||
:item-indent org-ql-view-item-indent
|
||||
args)))
|
||||
(let* ((title (format "Query:%S In:%S"
|
||||
(org-ql--query-sexp-to-string query) buffers-or-files))
|
||||
(or (org-ql--query-sexp-to-string query)
|
||||
(prin1-to-string query))
|
||||
buffers-or-files))
|
||||
(items (org-ql-select buffers-or-files query
|
||||
:action 'element-with-markers
|
||||
:sort sort))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue