From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Category filtering in the agenda Date: Mon, 7 Nov 2011 18:27:30 +0100 Message-ID: <4E7BFA29-BD61-4478-999E-94168F345B30@gmail.com> References: <8739e1hzh9.fsf@gnu.org> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNSyz-00042H-38 for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 12:27:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNSyw-0002rW-Qn for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 12:27:41 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:33299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNSyw-0002rL-Jv for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 12:27:38 -0500 Received: by eye4 with SMTP id 4so4129787eye.0 for ; Mon, 07 Nov 2011 09:27:37 -0800 (PST) In-Reply-To: <8739e1hzh9.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, do I see it correctly that I cannot filter both by tag and by effort? - Carsten On 6.11.2011, at 19:34, Bastien wrote: > Dear all, > > here is a patch implementing category filtering in the agenda. > > The patch is not 100% clean wrt documentation, but I throw it > now to get some feedback and some testing done. > > Press "<" in the agenda to filter by category. > > Press "< <" to filter by the category of the entry point. > Another "/ /" removes the filter. "/" + " " filters by the > default category ("General") since everything is in a category. > > I find this last function quick and useful, so I also implemented > it for tag filtering: pressing "/ /" filters by tags from the entry > on the current line. A second "/ /" removes the filter. > > Let me know if the category filtering works ok with you, and > if you find the new "/ /" behavior useful. > > There is one limitation for now: it does not combine with Effort > filtering. > > Thanks, > > <0001-Implement-agenda-filtering-by-category.patch> > -- > Bastien