set org-agenda-start-day org-agenda-span
This makes it so that org agenda shows a rolling window instead of just the current week.
This commit is contained in:
parent
1a143c4960
commit
991e27a95c
@ -807,6 +807,9 @@ The current directory is assumed to be the project's root otherwise."
|
||||
(defvar-setq helm-org-headings-fontify t)
|
||||
(setq org-todo-repeat-to-state "TODO")
|
||||
|
||||
(setq org-agenda-span 10)
|
||||
(setq org-agenda-start-day "-2d")
|
||||
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((sh . t)
|
||||
|
Loading…
Reference in New Issue
Block a user