lang/org: hide blocked tasks in agenda view
This commit is contained in:
parent
33c220902e
commit
ecb43f1a2b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue