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:48:05 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LecTB-0005fo-Rp for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:48:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LecTA-0005fa-2t for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:48:08 -0500 Received: from [199.232.76.173] (port=37161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LecT9-0005fW-SV for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:48:07 -0500 Received: from mail-gx0-f160.google.com ([209.85.217.160]:43619) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LecT9-0005cg-9l for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 16:48:07 -0500 Received: by gxk4 with SMTP id 4so5876735gxk.18 for ; Tue, 03 Mar 2009 13:48:05 -0800 (PST) In-Reply-To: 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. =C2=A0I'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! =C2=A0// =C2=A0jeff