From 805c94a1b6e3195fb3dc49739adb1fb23b820409 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 17 Mar 2018 11:39:46 +0100 Subject: [PATCH] =?UTF-8?q?[Org]=20Don=E2=80=99t=20be=20too=20strict=20on?= =?UTF-8?q?=20exporting=20diary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site-lisp/db-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index ed48bc7..0551cb3 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -780,7 +780,7 @@ This is done only if the value of this variable is not null." (require 'ox-icalendar) (cond ((null org-icalendar-combined-agenda-file) - (user-error "`org-icalendar-combined-agenda-file’ not set, not exporting diary.")) + (message "`org-icalendar-combined-agenda-file’ not set, not exporting diary.")) ((not (file-name-absolute-p org-icalendar-combined-agenda-file)) (user-error "`org-icalendar-combined-agenda-file’ not an absolute path, aborting.")) (t