org-agenda start with log mode (but not clockreport) by default
This commit is contained in:
parent
d49a937974
commit
ba7d131bac
|
@ -1020,8 +1020,8 @@ Configure email with iCalendar event support, to integrate with
|
|||
(org-agenda-todo-ignore-scheduled 'future)
|
||||
(org-agenda-todo-ignore-deadlines 'far)
|
||||
(org-agenda-clockreport-parameter-plist '(:link t :maxlevel 10 :step day :emphasize t :stepskip0 t :fileskip0 t :filetitle t :properties ("WON")))
|
||||
(org-agenda-start-with-log-mode t)
|
||||
(org-agenda-start-with-clockreport-mode nil)
|
||||
(org-agenda-start-with-log-mode nil)
|
||||
(org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s")
|
||||
(todo . " %-12:c")
|
||||
(tags . " %-12:c")
|
||||
|
|
Loading…
Reference in a new issue