Enable gnus-icalendar-org to store events from email

This commit is contained in:
Evie Litherland-Smith 2024-01-08 16:43:15 +00:00
parent bb7ebb7e39
commit e50d171f6f

View file

@ -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