Samuel Loury <[email protected]> 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/[email protected]) 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>
