org-agenda include diary by default
This commit is contained in:
parent
384d6d756a
commit
201d747454
2
init.el
2
init.el
|
@ -708,7 +708,7 @@
|
|||
(org-agenda-window-setup 'current-window)
|
||||
(org-agenda-tags-column 0)
|
||||
(org-agenda-diary-file (expand-file-name "agenda/calendar.org" org-directory))
|
||||
(org-agenda-include-diary nil)
|
||||
(org-agenda-include-diary t)
|
||||
(org-agenda-include-deadlines t)
|
||||
(org-agenda-todo-ignore-scheduled 'future)
|
||||
(org-agenda-todo-ignore-deadlines 'far)
|
||||
|
|
Loading…
Reference in a new issue