Add regexp matcher
This commit is contained in:
parent
96dd06b144
commit
58b2cca65f
3 changed files with 23 additions and 3 deletions
10
notes.org
10
notes.org
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue