mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Explicitly set agenda start day
This commit is contained in:
parent
3ca06b8fd1
commit
b7eb65d799
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ setup.
|
|||
(tags-todo "-important-urgent"
|
||||
((org-agenda-overriding-header "Delete"))))
|
||||
((org-agenda-start-with-log-mode t)
|
||||
(org-agenda-start-day nil)
|
||||
(org-agenda-span 'day)
|
||||
(org-agenda-log-mode-items '(clock state closed)))
|
||||
("~/Public/agenda.html"
|
||||
|
|
Loading…
Reference in a new issue