docs - Added option to the example query
This commit is contained in:
parent
4e1d8f458d
commit
59e4a831c0
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ this (must be a single line in the Org buffer):
|
||||||
|
|
||||||
#+BEGIN: org-ql :query (todo \"UNDERWAY\")
|
#+BEGIN: org-ql :query (todo \"UNDERWAY\")
|
||||||
:columns (priority todo heading) :sort (priority date)
|
:columns (priority todo heading) :sort (priority date)
|
||||||
:ts-format \"%Y-%m-%d %H:%M\""
|
:ts-format \"%Y-%m-%d %H:%M\" :not-links t"
|
||||||
(-let* (((&plist :query :columns :sort :ts-format :take :not-links) params)
|
(-let* (((&plist :query :columns :sort :ts-format :take :not-links) params)
|
||||||
(query (cl-etypecase query
|
(query (cl-etypecase query
|
||||||
(string (org-ql--query-string-to-sexp query))
|
(string (org-ql--query-string-to-sexp query))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue