From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: Lots of sticky search agendas clutter buffer list Date: Fri, 13 Jun 2014 10:46:29 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvN8B-0003ET-7e for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 04:46:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvN83-00018n-32 for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 04:46:39 -0400 Received: from mout.web.de ([212.227.15.4]:64753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvN82-00018T-HG for emacs-orgmode@gnu.org; Fri, 13 Jun 2014 04:46:30 -0400 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-mailinglist
I like the sticky agenda feature very much, so I've activated sticky agendas in general.
That's useful, as I have several filtered and sorted views of my projects and tasks which I do use quite often during the day and want to have open permanently.
 
However, when I do a search by tag, keyword, etc., I also get a sticky agenda.
From the search results I usually jump to another buffer and forget the agenda, so my buffer list gets quickly populated (and cluttered) with lots of search agenda buffers...
 
How do you handle that?
Is there a way so kill all buffers which match e. g. "Org Agend (s:" with one command?
 
Kind regards
 
Martin
From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Lots of sticky search agendas clutter buffer list Date: Mon, 28 Jul 2014 15:16:52 +0200 Message-ID: <87k36x1jm9.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofq-0007YL-Mh for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofa-0005rk-St for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:22 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:52313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofa-0005j9-Pz for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:06 -0400 In-Reply-To: (Martin Beck's message of "Fri, 13 Jun 2014 10:46:29 +0200") 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: Martin Beck Cc: emacs orgmode-mailinglist Hi Martin, "Martin Beck" writes: > How do you handle that? I don't have any straight solution. > Is there a way so kill all buffers which match e. g. "Org Agend (s:" > with one command? I just submitted a patch to emacs-devel which allows to list buffers and use a regexp filter. If the patch is accepted, you'll be able to C-u C-u C-x C-b Agenda RET to only list agenda buffers and delete them all at once. Best, -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Lots of sticky search agendas clutter buffer list Date: Mon, 28 Jul 2014 17:06:57 +0200 Message-ID: <87ppgp1jma.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofm-0007Q9-0L for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofY-0005ip-5v for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:17 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:51196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofY-0005Un-2m for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:04 -0400 In-Reply-To: (Martin Beck's message of "Fri, 13 Jun 2014 10:46:29 +0200") 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: Martin Beck Cc: emacs orgmode-mailinglist "Martin Beck" writes: > How do you handle that? > Is there a way so kill all buffers which match e. g. "Org Agend (s:" > with one command? > > Kind regards > > Martin > > -- Bastien