From e607755fb268d13b414464948c9bfc39586bcc12 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sat, 11 Nov 2023 05:18:40 -0500 Subject: Remove OVERDUE section from `org-super-agenda` OVERDUE tasks are already accounted for in the time-grid --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index dabad65..bc8aa81 100644 --- a/init.el +++ b/init.el @@ -1243,9 +1243,9 @@ '((:discard (:habit)) (:name "IN-PROGRESS" :todo ("IN-PROGRESS" "REVIEW")) - (:name "OVERDUE" - :deadline past - :scheduled past) + ;; (:name "OVERDUE" + ;; :deadline past + ;; :scheduled past) (:name "NEXT ACTIONS" :todo "NEXT") (:discard (:anything t))))))))))) -- cgit v1.2.3