emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: group tags defined in org-tag-persistent-alist do not match


From: Nicolas Goaziou
Subject: Re: [O] Bug: group tags defined in org-tag-persistent-alist do not match their subtags [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/jorge/.emacs.d/elpa/org-20160404/)]
Date: Mon, 18 Apr 2016 18:24:56 +0200

Hello,

Jorge Peixoto de Morais Neto <address@hidden> writes:

> Suppose I wanted "animal" to be a group tag matching itself and
> "mammal".  I would like them to be mutually exclusive to avoid
> redundancy.  So I would define them in org-tag-persistent-alist as
> such:
>      (:startgroup)
>      ("animal" . ?a)
>      (:grouptags)
>      ("mammal" . ?m)
>      (:endgroup)
>
> But then a tag search (e.g. trough org-match-sparse-tree) for "animal"
> does not match an entry tagged as "mammal".  I expected it to match.

Fixed in master. Thank you.

> To ease debugging, I have created a new .emacs.d and removed all
> unnecessary customizations (but still included a copy of my usual
> ~/.emacs.d/elpa).  I have also reduced the .org file to a minimum.  I
> provide them as a compressed archive (.txz) here:
> https://www.dropbox.com/s/edas2l4e7ekbmek/group-tags-bug.txz?dl=0
> I can also mail it on request (it is about 4MiB)

For the record, it is better to simply post minimal init.el and
"group-tags-bug.org", both as plain text, in the message.


Regards,

-- 
Nicolas Goaziou



reply via email to

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