Add: Call some ts-type predicates with a number/auto

This commit is contained in:
Adam Porter 2019-08-18 21:28:06 -05:00
parent 99a18dff2a
commit ab3d1178b9
5 changed files with 136 additions and 30 deletions

View file

@ -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>"