Show text bodies of agenda items
This commit is contained in:
parent
1983796ef9
commit
97979326ba
2
init.el
2
init.el
|
|
@ -195,6 +195,8 @@
|
|||
(use-package org
|
||||
:ensure (:wait t)
|
||||
:demand t
|
||||
:hook
|
||||
(org-agenda-mode . (lambda() (org-agenda-entry-text-mode 1)))
|
||||
:config
|
||||
(setq org-agenda-files '("~/Nextcloud/Agenda"))
|
||||
;This is will integrate the Calendar/Diary into Org-Agenda, so you can get access to dates on public holidays etc. Set diary to true:
|
||||
|
|
|
|||
Loading…
Reference in New Issue