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