From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: [BUG] Tags matching Date: Thu, 26 Sep 2013 09:40:35 +0530 Message-ID: <87txh8xlxg.fsf@noman.maa.corp.collab.net> References: <87ioxockc7.fsf@noman.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP2vL-00047x-Kc for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 00:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VP2vF-0007BH-Pe for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 00:11:31 -0400 Received: from mail-pd0-x22e.google.com ([2607:f8b0:400e:c02::22e]:64813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP2vF-0007BA-Hj for emacs-orgmode@gnu.org; Thu, 26 Sep 2013 00:11:25 -0400 Received: by mail-pd0-f174.google.com with SMTP id y13so578908pdi.5 for ; Wed, 25 Sep 2013 21:11:24 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Thu, 26 Sep 2013 05:55:25 +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: Carsten Dominik Cc: Org Mode Carsten Dominik writes: > On 26.9.2013, at 05:50, Noorul Islam K M wrote: > >> >> Hello all, >> >> I use Bernt Hansen's custom Agenda view. Here is a snippet from that >> >> (tags-todo "-CANCELLED/+WAITING/!" > > There should be no slash before the +WAITING. It is also not present in Bernt's text. > > Does that fix it? > Oh yes! Thank you! Thanks and Regards Noorul > - Carsten > >> ((org-agenda-overriding-header "Waiting and Postponed >> Tasks") >> (org-agenda-skip-function 'bh/skip-stuck-projects) >> (org-tags-match-list-sublevels nil) >> (org-agenda-todo-ignore-scheduled 'future) >> (org-agenda-todo-ignore-deadlines 'future))) >> >> This stopped working with current master. I nailed down the commit >> (3e99e9298c534f19bd19f37c196b0850e2c99ca0) which is affecting the >> original behavior. With this commit it lists all my todo items under >> this heading. >> >> Thanks and Regards >> Noorul >>