From 9b1e12a94c99ab5226359799f4aa0fdd55b1ce00 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 23 Sep 2022 07:28:15 +0200 Subject: [PATCH] Include deadlines in main agenda view when they are due --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b2e7ea7..7cee6f1 100644 --- a/init.el +++ b/init.el @@ -1153,7 +1153,7 @@ respectively." `(("A" "Main Agenda" ((agenda "" - ((org-agenda-entry-types '(:timestamp :sexp :scheduled)) + ((org-agenda-entry-types '(:timestamp :sexp :scheduled :deadline)) (org-deadline-warning-days 0))) (tags-todo "TODO={CONT\\|ATTN}-HOLD-TIMESTAMP>\"\"" ((org-agenda-overriding-header "Things to do next (Task shortlist and WIP, TODO ∈ {CONT,ATTN}, not scheduled now or in the future)")