[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG?] Matching tags: & operator no more implicit between tags and s
From: |
Ihor Radchenko |
Subject: |
Re: [BUG?] Matching tags: & operator no more implicit between tags and special property |
Date: |
Wed, 23 Aug 2023 10:31:32 +0000 |
Samuel Loury <konubinix@gmail.com> writes:
> The following tags query used to implicitly behave as a AND
> "-tag-TODO=\"TODO\"".
>
> It does not anymore.
Thanks for reporting!
Confirmed.
Jens, we got an edge case with "-", after all.
What is happening here is that the new parser
(https://orgmode.org/list/9132e58f-d89e-f7df-bbe4-43d53a2367d2@vodafonemail.de)
treats the above match string as
property "tag-TODO" not equal "TODO"
instead of
not tag equal "tag" and not TODO equal "TODO"
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- [BUG?] Matching tags: & operator no more implicit between tags and special property, Samuel Loury, 2023/08/23
- Re: [BUG?] Matching tags: & operator no more implicit between tags and special property, Jens Schmidt, 2023/08/23
- Re: [BUG?] Matching tags: & operator no more implicit between tags and special property,
Ihor Radchenko <=
- Re: [BUG?] Matching tags: & operator no more implicit between tags and special property, Jens Schmidt, 2023/08/23
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/24
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/24
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/25
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Jens Schmidt, 2023/08/26
- Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property], Ihor Radchenko, 2023/08/26