From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Bug: Missing agenda files file causes org to fail [9.1.2 (9.1.2-22-ga2a034-elpaplus)] Date: Fri, 27 Oct 2017 11:16:47 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e89Bb-0006AV-Jk for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 14:16:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e89Ba-0002D3-Oc for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 14:16:51 -0400 Received: from mail-qt0-x22c.google.com ([2607:f8b0:400d:c0d::22c]:44146) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e89Ba-00029O-KK for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 14:16:50 -0400 Received: by mail-qt0-x22c.google.com with SMTP id 8so9512868qtv.1 for ; Fri, 27 Oct 2017 11:16:48 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org If org-agenda-files is set to a file through customize.el and that file is missing, Org will fail to load at all. Org should not fail to load, either it should create an empty file or it should print a warning and still load itself. I think the former would be easier to implement.