From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: Merging a list and wildcard expansion in org-agenda-files Date: Sun, 10 Apr 2011 23:01:31 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41540 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8yUL-00080l-J5 for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 13:31:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8yUK-0000IW-FD for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 13:31:53 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:47944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8yUK-0000IQ-7a for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 13:31:52 -0400 Received: by wyf19 with SMTP id 19so5021962wyf.0 for ; Sun, 10 Apr 2011 10:31:51 -0700 (PDT) In-Reply-To: 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: "Adrian C." Cc: emacs-orgmode@gnu.org On Sun, Apr 10, 2011 at 10:51 PM, Adrian C. wrote: > On Sun, 10 Apr 2011, Puneeth Chaganti wrote: > >> This is more like it, I think. >> >> (setq org-agenda-files >> =C2=A0 =C2=A0 =C2=A0 (cons "~/org/" >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (file-expand-wildcards "~/proj= ects/*/projects.org"))) > > Great, thanks very much. > > >> AFAIK, there's no way out. Agenda needs all those buffers to be open > > Guess I'll need an alias to kill them all quickly when needed. Thanks. Hitting `x' in the agenda does it. > > > --=20 Puneeth