lang/org: hide blocked tasks in agenda view

This commit is contained in:
Henrik Lissner 2019-07-22 00:36:02 +02:00
parent 33c220902e
commit ecb43f1a2b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -7,7 +7,8 @@
(unless org-agenda-files
(setq org-agenda-files (list org-directory)))
(setq-default
org-agenda-dim-blocked-tasks nil
;; Hide blocked tasks in the agenda view.
org-agenda-dim-blocked-tasks 'invisible
org-agenda-inhibit-startup t
org-agenda-skip-unavailable-files t
;; Move the agenda to show the previous 3 days and the next 7 days for a bit