[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG?] Matching tags: & operator no more implicit between tags and speci
From: |
Samuel Loury |
Subject: |
[BUG?] Matching tags: & operator no more implicit between tags and special property |
Date: |
Wed, 23 Aug 2023 09:57:10 +0200 |
Hi. I've been using org-mode as PKMS for 13 years. Thanks for that
awesome tool.
After upgrading on main yesterday, I realized a change of behavior. I'm
not sure whether it is a bug or not.
The following tags query used to implicitly behave as a AND
"-tag-TODO=\"TODO\"".
It does not anymore.
To reproduce this, simply use the following content.
```
* TODO todo and tag :tag:
* TODO simply todo
* nothing
* only tag :tag:
```
And run the following code.
`(org-tags-view nil "-tag-todo=\"TODO\"")`
Before commit f689eb44f175fbbdc4e8ef0ad6f5201b10863438, this showed only
"nothing", as expected.
Now, it shows all the entries.
To get back to the old behavior, I need to explicitly add the boolean
operator & in between.
I attached the code of the example in this mail.
Hope that this bug report is useful.
tag-match-implicit-and.tar.xz
Description: application/xz
--
Konubinix
GPG Key : 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A
signature.asc
Description: PGP signature
- [BUG?] Matching tags: & operator no more implicit between tags and special property,
Samuel Loury <=