Change/Fix: Restore today arguments to ts-related predicates
Also, DRY some code into a macro. Much cleaner.
This commit is contained in:
parent
4d97dc6234
commit
ed32701772
3 changed files with 153 additions and 170 deletions
|
|
@ -270,9 +270,9 @@ This macro is like ~org-ql~, but it presents matching entries in an Agenda-like
|
|||
|
||||
#+BEGIN_SRC elisp
|
||||
(org-ql-agenda "~/src/emacs/org-super-agenda/test/test.org"
|
||||
(and (or (date = today)
|
||||
(deadline <=)
|
||||
(scheduled <= today))
|
||||
(and (or (ts-active :on today)
|
||||
(deadline auto)
|
||||
(scheduled :to today))
|
||||
(not (done)))
|
||||
:title "My Agenda View"
|
||||
;; The `org-super-agenda-groups' setting is used automatically when set, or it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue