From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: Re: ignoring non-existent agenda files Date: Mon, 14 Sep 2009 08:44:42 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mn7BV-0004AC-Sn for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 04:45:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mn7BQ-00048z-Qb for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 04:45:17 -0400 Received: from [199.232.76.173] (port=57939 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mn7BQ-00048v-Iv for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 04:45:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:60199) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mn7BQ-0001tu-5Z for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 04:45:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mn7BJ-0004ib-R0 for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 10:45:05 +0200 Received: from host-78-14-255-249.cust-adsl.tiscali.it ([78.14.255.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2009 10:45:05 +0200 Received: from andrea.crotti.0 by host-78-14-255-249.cust-adsl.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2009 10:45:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org But why did you get this error? Maybe you were setting manually all the agenda files? Because I have a setting like this (setq org-agenda-files (directory-files "~/org/" t ".org$" t)) And I never had problems..