Skip to content

Commit

Permalink
Change default value of org-caldav-files to nil
Browse files Browse the repository at this point in the history
Fixes #292
  • Loading branch information
jackkamm committed Jan 27, 2024
1 parent 95590f0 commit 82701dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-caldav.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 82701dd

Please sign in to comment.