mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Don't show deadline cookie when scheduled ahead
This commit is contained in:
parent
2785816081
commit
ff1fcc0cc5
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
(require 'org)
|
||||
|
||||
(setq org-agenda-skip-deadline-if-done t
|
||||
org-agenda-skip-scheduled-if-done t)
|
||||
org-agenda-skip-scheduled-if-done t
|
||||
org-agenda-skip-deadline-prewarning-if-scheduled t)
|
||||
(setq org-agenda-start-on-weekday 6)
|
||||
|
||||
(setq org-tags-match-list-sublevels 'indented)
|
||||
|
|
|
|||
Loading…
Reference in a new issue