Hi, Bastien writes: >> As a "Drupal taxonomy" fan, I think it would be even cooler to get a >> multi-level tag tree by nesting groups
> Well, let's first see how useful is the current feature. Fair enough. > Your #+TAGS line does not match the correct syntax. > > #+TAGS: {rock : acdc cure} {pop : abba madonna} {music : pop rock} > ^^^ 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. Yours, Christian