> From: Ihor Radchenko
> Date: Tue, 19 Mar 2024 14:03:23 +
>
> Ihor Radchenko writes:
>
>> `org-make-tags-matcher' is now supposed to handle \-escaped dashes in
>> properties. However, it does not seem to work:
>>
>> (org-make-tags-matcher "TEST\-HELLO=\"one\"" t) yields
>
> ... which was as
Ihor Radchenko writes:
> `org-make-tags-matcher' is now supposed to handle \-escaped dashes in
> properties. However, it does not seem to work:
>
> (org-make-tags-matcher "TEST\-HELLO=\"one\"" t) yields
... which was as expected - I forgot to quote \ inside "...".
The problem was different - sp
Ihor Radchenko writes:
>> Expected behaviour: produce a sparse tree.
>>
>> Actual result: no sparse tree.
>
> Thanks for reporting!
> Confirmed.
>
> This is because `org-sparse-tree' will produce the following matcher:
>
> TEST-HELLO="one"
>
> Which is interpreted as: Has tag "TEST" and does
Fabian Kurmann writes:
> I can reproduce it with the sample in the annex, following the steps
> below:
>
> - Start Emacs with 'emacs -Q'
> - Open a new Org file
> - Add the contents of the Annex
> - Type 'C-c /' and then 'p' for property.
> - Select "TEST-HELLO"
> - Select any of the two values
>
Dear maintainers,
EXPLANATION HERE
I can reproduce it with the sample in the annex, following the steps
below:
- Start Emacs with 'emacs -Q'
- Open a new Org file
- Add the contents of the Annex
- Type 'C-c /' and then 'p' for property.
- Select "TEST-HELLO"
- Select any of the two values
Ex