diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-11 05:18:40 -0500 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-11 05:18:40 -0500 |
commit | e607755fb268d13b414464948c9bfc39586bcc12 (patch) | |
tree | 24ac9f58ca8f28c70496559b9092c94e46846df4 /init.el | |
parent | Differentiate between CLOSED agenda items and logbook DONE states (diff) | |
download | mmosmacs-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
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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))))))))))) |