From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Benjamin Subject: Agenda buffer behavior Date: Mon, 11 Mar 2013 12:26:52 -0700 Message-ID: <20130311192652.GA11695@dbn66.laserlab.com> References: <20130205184331.GB4740@dbn66.laserlab.com> <20130213191943.GA31505@dbn66.laserlab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8NA-0006L4-F2 for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 15:27:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF8N4-0002mo-Dv for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 15:27:00 -0400 Received: from mail.laserlab.com ([69.229.78.89]:47375 helo=dbn66.laserlab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8N4-0002mI-7N for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 15:26:54 -0400 Content-Disposition: inline In-Reply-To: <20130213191943.GA31505@dbn66.laserlab.com> 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: emacs-orgmode@gnu.org Hi, Org-mode version 7.9.3e I am getting used to the various Agenda views. One thing that seems 'wrong' to me is that whenever I invoke the main agenda view with 'C-c a a' it reuses (overwrites) the '*Org Agenda*' buffer. Similarly, if invoke the all todos view with 'C-c a t' it overwrites the previous content of the '*Org Agenda*' buffer. Thus it is difficult to view both of these views at once since they share the same buffer. It would be more natural, I think, if each Agenda view had its own buffer so that one could display both the weekly agenda and the list of all todos simultaneously. Is there a setting to control this? Greg Benjamin