From 4d516fcdd6d5a7640d8aff95cd97e7f9d0a6c25b Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 19 May 2022 16:30:30 -0400 Subject: [PATCH] Make calendar invitation reply buttons work --- global.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index 0f6b1bb..e9e6167 100644 --- a/global.org +++ b/global.org @@ -717,8 +717,14 @@ (require 'org-mu4e) ;;store link to message if in header view, not to header query (setq mu4e-org-link-query-in-headers-mode nil) + #+end_src + + This is supposed to make the calendar invitation buttons work. + #+begin_src emacs-lisp + (require 'mu4e-icalendar) + (mu4e-icalendar-setup) + #+end_src - #+end_src ** org-mode *** Require Require the ~org~ package; I also occasionally use org-pomodoro