Docs: Update comparison

This commit is contained in:
Adam Porter 2020-02-04 02:47:53 -06:00
parent 538373bb48
commit 035c20fc28
2 changed files with 5 additions and 14 deletions

View file

@ -566,13 +566,7 @@ Of course, queries like these can already be written with Org Agenda searches, b
+lisp +{^\*+\s-+TO-READ\s-}
#+END_EXAMPLE
But with ~org-ql-agenda~, you would write:
#+BEGIN_SRC elisp
(org-ql-agenda
(and (regexp "lisp")
(todo "TO-READ")))
#+END_SRC
But with =org-ql-search=, you would write a query like =lisp todo:TO-READ=, or in Lisp syntax, ~(and "lisp" (todo "TO-READ"))~.
** org-sidebar