From e50d171f6fdc90c98ecc7c4fe1f081b1875cd4a8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 8 Jan 2024 16:43:15 +0000 Subject: [PATCH] Enable gnus-icalendar-org to store events from email --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 0660cd1..febca31 100644 --- a/README.org +++ b/README.org @@ -1309,7 +1309,11 @@ Set fill column to 88 and enable display in python buffers (with-eval-after-load 'mu4e (require 'mu4e-icalendar) (mu4e-icalendar-setup) - (setq mu4e-icalendar-trash-after-reply nil)) + (setq mu4e-icalendar-trash-after-reply nil) + (require 'gnus-icalendar) + (setq gnus-icalendar-org-capture-file (expand-file-name "calendar.org" org-directory)) + (setq gnus-icalendar-org-capture-headline '("Inbox")) + (gnus-icalendar-org-setup)) #+end_src ** TODO Feeds