From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Mickey Subject: Bug? org-tags-exclude-from-inheritance with Tags Matching Date: Tue, 3 Mar 2009 16:23:57 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lec5q-0002c8-JF for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:24:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lec5p-0002Zy-6z for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:24:01 -0500 Received: from [199.232.76.173] (port=35130 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lec5p-0002Zj-3T for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:24:01 -0500 Received: from el-out-1112.google.com ([209.85.162.181]:51635) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lec5n-00026c-7o for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:24:00 -0500 Received: by el-out-1112.google.com with SMTP id b25so2099557elf.12 for ; Tue, 03 Mar 2009 13:23:57 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Org-Mode Hey all, To reproduce: * TODO Make Bicycle :project:workshop: ** TODO Buy stuff ** TODO Build stuff ** TODO Test stuff (setq org-use-tag-inheritance t) (setq org-tags-exclude-from-inheritance '("project")) to type in a match string to search, I type in "project" I expected to see: TODO Make Bicycle I saw: TODO Make Bicycle .TODO Buy stuff .TODO Build stuff .TODO Test stuff I assume this isn't what is supposed to happen. I'm currently at work so I can't investigate and provide a diff, but it seems like there needs to be a check in org.el:10144:org-get-tags-at to remove tags that are explicitly excluded from inheritance. Thanks! // jeff