ical: Add instructions to add events to a diary file

This commit is contained in:
Christophe Troestler 2020-06-18 22:51:44 +02:00
parent c8f91d365f
commit 75bd856f50
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
;; Optional
;; (setq mu4e-icalendar-trash-after-reply t)
;; To add the event to a diary file of your choice:
;; (setq mu4e-icalendar-diary-file "/path/to/your/diary")
;; If the file specified is not your main diary file, add
;; #include "/path/to/your/diary"
;; to you main diary file to display the events.
;; To enable optional iCalendar->Org sync functionality
;; NOTE: both the capture file and the headline(s) inside must already exist
;; (require 'org-agenda)