From 97979326bab3c132a8c43d22c9af893a86284d36 Mon Sep 17 00:00:00 2001 From: cspark Date: Wed, 4 Mar 2026 20:32:33 +0000 Subject: [PATCH] Show text bodies of agenda items --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 2e3f9ac..642e065 100644 --- a/init.el +++ b/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: