From 82701dd7751127fdff641feb27982907a4e24d99 Mon Sep 17 00:00:00 2001 From: Jack Kamm Date: Sat, 27 Jan 2024 11:29:13 -0800 Subject: [PATCH] Change default value of org-caldav-files to nil Fixes #292 --- org-caldav.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-caldav.el b/org-caldav.el index 8ffbbf7..2a0a942 100644 --- a/org-caldav.el +++ b/org-caldav.el @@ -78,7 +78,7 @@ authentication with access URIs set in This is usually .ics, but on some servers (davmail), it is .EML" :type 'string) -(defcustom org-caldav-files '("~/org/appointments.org") +(defcustom org-caldav-files nil "List of files which should end up in calendar. The file in `org-caldav-inbox' is implicitly included, so you don't have to add it here."