From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Adrian C." Subject: Re: Merging a list and wildcard expansion in org-agenda-files Date: Sun, 10 Apr 2011 19:21:42 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=42187 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8yKW-0001Ap-Rd for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 13:21:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8yKV-0006NG-7U for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 13:21:44 -0400 Received: from sysphere.org ([97.107.129.246]:43954 helo=mail.sysphere.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8yKV-0006MR-1C for emacs-orgmode@gnu.org; Sun, 10 Apr 2011 13:21:43 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.sysphere.org (Postfix) with ESMTP id CD7458030 for ; Sun, 10 Apr 2011 19:21:42 +0200 (CEST) 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: emacs-orgmode@gnu.org On Sun, 10 Apr 2011, Puneeth Chaganti wrote: > This is more like it, I think. > > (setq org-agenda-files > (cons "~/org/" > (file-expand-wildcards "~/projects/*/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.