[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [BUG?] New group tag feature matches too much
From: |
Christian Moe |
Subject: |
Re: [O] [BUG?] New group tag feature matches too much |
Date: |
Fri, 12 Apr 2013 15:07:21 +0200 |
User-agent: |
mu4e 0.9.9.5-dev6; emacs 24.3.1 |
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