From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Global Task List Date: Fri, 11 Nov 2011 20:42:50 -0500 Message-ID: <6415.1321062170@alphaville.dokosmarshall.org> References: <4EBD672E.8000706@suse.com> <20111111183650.GA11607@zozo.lan> <4EBD74C8.3070209@suse.com> <20111111201756.GA19492@bugaga.lan> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RP2cS-00052h-MG for emacs-orgmode@gnu.org; Fri, 11 Nov 2011 20:42:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RP2cQ-00016M-V0 for emacs-orgmode@gnu.org; Fri, 11 Nov 2011 20:42:56 -0500 Received: from g1t0026.austin.hp.com ([15.216.28.33]:48531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RP2cQ-000142-C3 for emacs-orgmode@gnu.org; Fri, 11 Nov 2011 20:42:54 -0500 In-Reply-To: Message from Olivier Schwander of "Fri\, 11 Nov 2011 21\:17\:56 +0100." <20111111201756.GA19492@bugaga.lan> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Olivier Schwander Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Olivier Schwander wrote: > Le 11 Nov 2011 12:17, Cameron Seader a =C3=A9crit: > > I get an error when setting the variable to a folder > > (setq org-agenda-custom-commands > > ((org-agenda-files '("~/Documents/Notes/org/")) > > )) >=20 > You are not supposed to set it to a folder. That's not true: you can set it to - a list of files and directories - a single file name=20 C-h v org-agenda-files RET for the details. > I use something like: > (setq org-agenda-files (file-expand-wildcards "~/Notes/*.org")) >=20 You can do the same thing like this: (setq org-agenda-files '("~/Notes")) with the default value of org-agenda-file-regexp. Nick