Make Org agenda not show a warning for schedule+deadline items

This commit is contained in:
Gergely Polonkai 2023-12-04 05:16:35 +01:00
parent 7606482c8e
commit 4cdb694132
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 0 deletions

View File

@ -2320,6 +2320,8 @@ From [[https://matrix.to/#/@suckless_shill:matrix.org][viz]] in the [[https://ma
(org-agenda-dim-blocked-tasks t)
(org-link-descriptive t)
(org-hide-emphasis-markers t)
(org-agenda-skip-deadline-prewarning-if-scheduled 'pre-scheduled)
(org-deadline-warning-days 7)
:hook
(ediff-select . f-ediff-org-unfold-tree-element)
(ediff-unselect . f-ediff-org-fold-tree)