Add regexp matcher

This commit is contained in:
Adam Porter 2018-05-10 18:43:03 -05:00
parent 96dd06b144
commit 58b2cca65f
3 changed files with 23 additions and 3 deletions

View file

@ -176,6 +176,16 @@ Doesn't seem to make any difference.
(done)))
#+END_SRC
** Regexp matching
#+BEGIN_SRC elisp
(org-ql "~/src/emacs/org-super-agenda/test/test.org"
(regexp "over"))
(org-agenda-ng "~/src/emacs/org-super-agenda/test/test.org"
(regexp "over"))
#+END_SRC
** Screenshot code
#+BEGIN_SRC elisp