From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: FAQ incorrect Date: Tue, 27 Oct 2009 13:02:39 -0400 Message-ID: <87aazczs5s.fsf@fastmail.fm> References: <4601.1256655409@gamaville.dokosmarshall.org> <9C4DC40D-F4C9-496E-B66F-91FAA5DCB41C@gmail.com> <5679.1256657388@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2pSk-0003lZ-EX for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 13:04:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2pSg-0003gs-O7 for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 13:04:02 -0400 Received: from [199.232.76.173] (port=48488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2pSg-0003gj-IY for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 13:03:58 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:49816) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2pSg-0006dZ-4W for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 13:03:58 -0400 In-Reply-To: <5679.1256657388@gamaville.dokosmarshall.org> (Nick Dokos's message of "Tue, 27 Oct 2009 11:29:48 -0400") 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: nicholas.dokos@hp.com Cc: "W.Bentley MacLeod" , emacs-orgmode@gnu.org, Carsten Dominik Nick Dokos writes: > 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. My mistake as well. I updated the FAQ accordingly. - Matt