From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: [BUG] Tags matching Date: Thu, 26 Sep 2013 09:20:32 +0530 Message-ID: <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]:50747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP2bv-0008PY-Kn for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 23:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VP2bp-0001ra-PE for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 23:51:27 -0400 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:50427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VP2bp-0001rM-CO for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 23:51:21 -0400 Received: by mail-pd0-f179.google.com with SMTP id v10so559596pde.24 for ; Wed, 25 Sep 2013 20:51:20 -0700 (PDT) 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: Org Mode Hello all, I use Bernt Hansen's custom Agenda view. Here is a snippet from that (tags-todo "-CANCELLED/+WAITING/!" ((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