Add property matcher

This commit is contained in:
Adam Porter 2018-05-10 18:58:21 -05:00
parent 58b2cca65f
commit 39a8c36b92
3 changed files with 30 additions and 0 deletions

View file

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