Christian Moe <m...@christianmoe.com> writes: > Right, thanks. I take it that there have to be spaces around the curly > braces too, since the above doesn't work either, but > > #+TAGS: { rock : acdc cure } { pop : abba madonna } > ^^^ ^^^ > > works fine. > > Out of curiosity, I tried the chaining experiment again with > > #+TAGS: { rock : acdc cure } { pop : abba madonna } { music : pop rock } > > and matching for tag "music" gives the same error message: > > Invalid regexp: "Unmatched ( or \\(" > > But that's OK, really, since nested tag groups weren't supposed to work > anyway.
Well, the error was not really informative. There is no error now. I mention group tags limitations in the manual: no nested groups, and no group tag within another group tag definition. Thanks again for testing this, -- Bastien