emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug? org-tags-exclude-from-inheritance with Tags Matching


From: Carsten Dominik
Subject: Re: [Orgmode] Bug? org-tags-exclude-from-inheritance with Tags Matching
Date: Wed, 4 Mar 2009 09:50:03 +0100

Yes, a bug, fixed now, thanks.

- Carsten

On Mar 3, 2009, at 10:48 PM, Jeff Mickey wrote:

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"))

<C-a m> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]