From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-tags-exclude-from-inheritance Date: Thu, 20 Aug 2009 07:44:35 +0100 Message-ID: <19B841EB-54B8-4023-BEEC-BBE0C6683F18@gmail.com> References: <20524da70908191925u77777cataf9308dd29ed027d@mail.gmail.com> <87ljlfw35n.fsf@zinc.branchcut.ath.cx> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Me1OF-000506-Tb for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 02:44:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Me1OA-0004vD-9I for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 02:44:50 -0400 Received: from [199.232.76.173] (port=38669 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me1OA-0004uy-4d for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 02:44:46 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28194) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Me1O9-0003BB-CX for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 02:44:45 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Me1O7-0007b9-K2 for emacs-orgmode@gnu.org; Thu, 20 Aug 2009 02:44:43 -0400 Received: by ewy7 with SMTP id 7so1611206ewy.31 for ; Wed, 19 Aug 2009 23:44:42 -0700 (PDT) In-Reply-To: <87ljlfw35n.fsf@zinc.branchcut.ath.cx> 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: Desmond Rivet Cc: emacs-orgmode Works for me.... - Carsten On Aug 20, 2009, at 4:54 AM, Desmond Rivet wrote: > Hi all, > > I don't think org-tags-exclude-from-inheritance is working like it > should. Or I'm misunderstanding something. > > I have this in my .emacs: > > (setq org-tags-exclude-from-inheritance '("project")) > > And I have this org file: > > * Projects > ** TODO Stuff :project: > *** TODO Item 1 > *** TODO Item 2 > *** TODO Item 3 > > I run C-a M and type project. I expect to see only Stuff. But > instead > I see Stuff, plus Items 1 - 3. Is that supposed to happen? > > I see that this has been a problem in the (recent) past: > > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg11772.html > > According to About Emacs, I'm using: > GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.12.12) > of 2009-07-30 on elegiac, modified by Debian > > Has the fix made it in to this version? > > Help is appreciated. Thanks in advance. > > -- > Desmond Rivet > > Pain is weakness leaving the body. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode