From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: FAQ incorrect Date: Tue, 27 Oct 2009 11:29:48 -0400 Message-ID: <5679.1256657388@gamaville.dokosmarshall.org> References: <4601.1256655409@gamaville.dokosmarshall.org> <9C4DC40D-F4C9-496E-B66F-91FAA5DCB41C@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2oxi-0007vT-GA for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 12:31:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2oxf-0007t6-0J for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 12:31:58 -0400 Received: from [199.232.76.173] (port=43056 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2oxd-0007sZ-3c for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 12:31:53 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:63075) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2oxc-0001Of-LY for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 12:31:52 -0400 Received: from gamaville.dokosmarshall.org ([173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KS6000X7J1DNFO8@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 10:29:38 -0500 (CDT) In-reply-to: Message from Carsten Dominik of "Tue, 27 Oct 2009 16:21:05 BST." <9C4DC40D-F4C9-496E-B66F-91FAA5DCB41C@gmail.com> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org, "W.Bentley MacLeod" Carsten Dominik wrote: > > > > (setq org-agenda-files "~/my/special/path/org/") > > Does that really work? I believe it should be > > (setq org-agenda-files '("~/my/special/path/org/")) > > i.e. each member of this list can be a file or a > directory. If it is a directory, the org files in > it will be used. > Yes, I was mistaken: it's got to be a list. Thanks, Nick