From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: multiple agenda buffers Date: Sat, 19 Feb 2011 12:20:28 +0100 Message-ID: <87zkpsxocj.fsf@gnu.org> References: <87ei7epphz.fsf@gnu.org> <20110211090646.3b5f467a@bhishma.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=56181 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqkrS-0003D7-3N for emacs-orgmode@gnu.org; Sat, 19 Feb 2011 06:20:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqkrR-0005gs-1g for emacs-orgmode@gnu.org; Sat, 19 Feb 2011 06:20:25 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:47477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqkrQ-0005gZ-Sg for emacs-orgmode@gnu.org; Sat, 19 Feb 2011 06:20:24 -0500 Received: by fxm12 with SMTP id 12so4880711fxm.0 for ; Sat, 19 Feb 2011 03:20:23 -0800 (PST) In-Reply-To: <20110211090646.3b5f467a@bhishma.homelinux.net> (Suvayu Ali's message of "Fri, 11 Feb 2011 09:06:46 -0800") 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: Suvayu Ali Cc: org-mode mailing list Hi all, Suvayu Ali writes: > However I was wondering, block agenda commands might work at least for > doing multiple searches. But I don't think there is any interactive > interface to it. inspired by this conversation, I have add a new agenda command: M-x org-agenda-append-agenda RET It is bound to `A' in the agenda buffer and lets you append any agenda to the currently displayed one, thus providing some kind of interactive interface to build block agendas from simple ones. I think it's a neat addition -- especially useful when you want to compare to _small_ list of items. Let me know what you think - and thanks Suvayu for the idea! -- Bastien