Jens Schmidt <jschmidt4...@vodafonemail.de> writes: > OTOH, the unquoting ("\\-") that has been in place before above commit > was broken, which might serve as a hint that few to none actually use > minus signs in property names, at least not in queries. > > Ihor, WDYT? I can (with the necessary delay to allow for proper > testing) revert to some sort of quoting in property names which would > allow for Samuel's use case again.
Agree. In case of ambiguity TAG1-TAG2-TAG3-PROP="" like we see here, we should prefer multiple shorter conditions: TAG1 && -TAG2 && -TAG3 && PROP="" When "TAG1-TAG2" is an actual tag name with dash, we may allow escaping. -- 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>