Re: Fwd: [BUG] Sparse tree does not work on properties with dashes

2024-03-19 Thread Protesilaos Stavrou
> 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

Re: Fwd: [BUG] Sparse tree does not work on properties with dashes

2024-03-19 Thread Ihor Radchenko
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 -

Re: Fwd: [BUG] Sparse tree does not work on properties with dashes

2024-01-18 Thread Ihor Radchenko
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

Re: Fwd: [BUG] Sparse tree does not work on properties with dashes

2023-07-11 Thread Ihor Radchenko
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

Fwd: [BUG] Sparse tree does not work on properties with dashes

2023-07-11 Thread Fabian Kurmann
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