Add: Call some ts-type predicates with a number/auto
This commit is contained in:
parent
99a18dff2a
commit
ab3d1178b9
5 changed files with 136 additions and 30 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
(-if-let* ((header "Bills due within 3 days")
|
||||
(items (org-ql "~/org/main.org"
|
||||
(and (deadline <= (+ 3 today))
|
||||
(and (deadline 3)
|
||||
(tags "bills"))
|
||||
:action (org-get-heading 'no-tags 'no-todo)))
|
||||
(string (concat "<ul>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue