org-agenda back to day view by default
This commit is contained in:
parent
5c9833573c
commit
44ee4add3f
|
@ -134,7 +134,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
#+end_src
|
#+end_src
|
||||||
* org-agenda
|
* org-agenda
|
||||||
#+begin_src emacs-lisp :results output silent
|
#+begin_src emacs-lisp :results output silent
|
||||||
(setq org-agenda-span 'week
|
(setq org-agenda-span 'day
|
||||||
org-agenda-start-on-weekday 1
|
org-agenda-start-on-weekday 1
|
||||||
org-agenda-sticky t
|
org-agenda-sticky t
|
||||||
org-agenda-window-setup 'current-window
|
org-agenda-window-setup 'current-window
|
||||||
|
|
Loading…
Reference in a new issue