From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Inverse matching with '/' in agenda view? Date: Thu, 19 Apr 2012 16:44:44 +0200 Message-ID: References: <8762cwuk08.wl%jamshark70@dewdrop-world.net> <87vckwj7jh.fsf@norang.ca> <87bomnyj4z.wl%jamshark70@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKsbN-0004fg-VB for emacs-orgmode@gnu.org; Thu, 19 Apr 2012 10:44:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKsbH-000117-30 for emacs-orgmode@gnu.org; Thu, 19 Apr 2012 10:44:53 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:42214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKsbG-0000uL-P3 for emacs-orgmode@gnu.org; Thu, 19 Apr 2012 10:44:46 -0400 Received: by wibhj13 with SMTP id hj13so1453578wib.12 for ; Thu, 19 Apr 2012 07:44:44 -0700 (PDT) In-Reply-To: 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: =?ISO-8859-1?Q?Gustav_Wikstr=F6m?= Cc: emacs-orgmode@gnu.org Hi Gustav 2012/4/19 Gustav Wikstr=F6m : > I'd like to follow this up with a feature request on inverse matching on > '<', since the inverse of the tag-matching was resolved so fast ;) > > It would be neat to be able to hide categories in the agenda as well. Is a resolve in the past enough fast? ;-) commit bfe8ec1fceaee2d9c5bdf88c574720bebf2e7f7a Author: Bastien Guerry Date: Tue Apr 10 22:25:53 2012 +0200 org-agenda.el: Fix inconsistency in `org-agenda-filter-apply' for category filters. * org-agenda.el (org-agenda-filter-make-matcher) (org-agenda-filter-apply): Allow filtering entries out by category. Using `C-u <' from the agenda view will redisplay the agenda without entries from categories of the current line. Thanks to John Wiegley for pointing this out. Michael