Change: Rename --plain-query to --query-string-to-sexp
This commit is contained in:
parent
3024f8bc9a
commit
8cf4e65ef0
5 changed files with 37 additions and 37 deletions
|
|
@ -772,7 +772,7 @@ When opened, the link searches the buffer it's opened from."
|
|||
;; Read sexp query.
|
||||
(read query)
|
||||
;; Parse non-sexp query into sexp query.
|
||||
(org-ql--plain-query query)))))
|
||||
(org-ql--query-string-to-sexp query)))))
|
||||
|
||||
(define-infix-command org-ql-view--transient-in ()
|
||||
:description (lambda () (org-ql-view--format-transient-lisp-argument "In buffers/files" org-ql-view-buffers-files))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue