org-agenda: default to week view, re-enable sticky agenda
This commit is contained in:
parent
9cd33c2dfd
commit
2e97f41105
|
@ -492,9 +492,9 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
|
||||
** org-agenda
|
||||
#+begin_src emacs-lisp :results output silent
|
||||
(setq org-agenda-span 'day
|
||||
(setq org-agenda-span 'week
|
||||
org-agenda-start-on-weekday 1
|
||||
org-agenda-sticky nil
|
||||
org-agenda-sticky t
|
||||
org-agenda-window-setup 'current-window
|
||||
org-agenda-tags-column 0
|
||||
org-agenda-todo-ignore-scheduled 'future
|
||||
|
|
Loading…
Reference in a new issue