Add stuff

This commit is contained in:
Adam Porter 2018-05-10 13:26:47 -05:00
parent ad16be39bd
commit b2b0d068e0
3 changed files with 127 additions and 5 deletions

View file

@ -29,4 +29,13 @@ Here are some other examples:
(date :scheduled '<= (org-today))
(and (todo "DONE" "CANCELLED")
(date :closed '= (org-today)))))
(org-agenda-ng "~/org/main.org"
(or (habit)
(and (or (date :date '= (org-today))
(date :deadline '<= (+ org-deadline-warning-days (org-today)))
(date :scheduled '<= (org-today)))
(not (apply #'todo org-done-keywords-for-agenda)))
(and (todo "DONE" "CANCELLED")
(date :closed '= (org-today)))))
#+END_SRC