org-agenda-dim-blocked-tasks = t (default) #2365

This way, parent todos are at least displayed, but dimmed.
This commit is contained in:
Henrik Lissner 2020-01-13 23:09:09 -05:00
parent 9eb3a74a57
commit 920b511591
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -78,8 +78,6 @@ path too.")
(setq-default (setq-default
;; Don't monopolize the whole frame just for the agenda ;; Don't monopolize the whole frame just for the agenda
org-agenda-window-setup 'current-window org-agenda-window-setup 'current-window
;; Hide blocked tasks in the agenda view.
org-agenda-dim-blocked-tasks 'invisible
org-agenda-inhibit-startup t org-agenda-inhibit-startup t
org-agenda-skip-unavailable-files t org-agenda-skip-unavailable-files t
;; Move the agenda to show the previous 3 days and the next 7 days for a bit ;; Move the agenda to show the previous 3 days and the next 7 days for a bit