From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Multiple agenda buffers Date: Wed, 16 Apr 2014 16:45:56 +0200 Message-ID: <877g6pz0br.fsf@bzg.ath.cx> References: <5332EE27.3030501@sift.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaT1m-0000Fm-VP for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 12:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaT1g-0008Fu-EC for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 12:49:38 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:51637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaT1g-0008FZ-7J for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 12:49:32 -0400 Received: by mail-wg0-f44.google.com with SMTP id m15so11280588wgh.27 for ; Wed, 16 Apr 2014 09:49:31 -0700 (PDT) In-Reply-To: <5332EE27.3030501@sift.info> (Robert P. Goldman's message of "Wed, 26 Mar 2014 10:11:35 -0500") 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: "Robert P. Goldman" Cc: Org Mode Hi Robert, "Robert P. Goldman" writes: > I find if I accidentally return over an item's date, I get a second > agenda buffer for that date. > > That seems fine, but what I don't like is that from now on, any org > agenda commands go to THAT buffer, rather than going into the old agenda > buffer, which I keep around all the time. > > So I have, for example *Org Agenda* and *Org Agenda(a:2014-03-25) > > Is there some way to kill the latter so that it does not come back? > > I did ^X-k in that buffer, and it disappeared, but my next org agenda > command went into a buffer like that, instead of going into the original > *Org Agenda* (and its frame). You can *exit* the agenda view with `x' and quit it with `q'. In your case, I think you want to use `x'. With a sticky agenda, `q' only buries the agenda, it does not delete the agenda buffer. > Is this related to org-agenda-this-buffer-is-sticky? I don't really > understand the description of stickiness in org-agenda.el and it's not > referenced in the index of the manual. I slightly rewrote the description of sticky agendas in the manual and added an index entry. Thanks, -- Bastien