aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-11 05:18:40 -0500
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-11 05:18:40 -0500
commite607755fb268d13b414464948c9bfc39586bcc12 (patch)
tree24ac9f58ca8f28c70496559b9092c94e46846df4
parentDifferentiate between CLOSED agenda items and logbook DONE states (diff)
downloadmmosmacs-e607755fb268d13b414464948c9bfc39586bcc12.tar.gz
mmosmacs-e607755fb268d13b414464948c9bfc39586bcc12.tar.bz2
mmosmacs-e607755fb268d13b414464948c9bfc39586bcc12.zip
Remove OVERDUE section from `org-super-agenda`
OVERDUE tasks are already accounted for in the time-grid
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index dabad65..bc8aa81 100644
--- a/init.el
+++ b/init.el
@@ -1243,9 +1243,9 @@
1243 '((:discard (:habit)) 1243 '((:discard (:habit))
1244 (:name "IN-PROGRESS" 1244 (:name "IN-PROGRESS"
1245 :todo ("IN-PROGRESS" "REVIEW")) 1245 :todo ("IN-PROGRESS" "REVIEW"))
1246 (:name "OVERDUE" 1246 ;; (:name "OVERDUE"
1247 :deadline past 1247 ;; :deadline past
1248 :scheduled past) 1248 ;; :scheduled past)
1249 (:name "NEXT ACTIONS" 1249 (:name "NEXT ACTIONS"
1250 :todo "NEXT") 1250 :todo "NEXT")
1251 (:discard (:anything t))))))))))) 1251 (:discard (:anything t)))))))))))