docs - Added option to the example query

This commit is contained in:
OZoneGuy 2023-04-19 05:03:33 -04:00
parent 4e1d8f458d
commit 59e4a831c0

View file

@ -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))