Hello, Jorge Peixoto de Morais Neto <jorge13...@gmail.com> 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