[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: [BUG] Sparse tree does not work on properties with dashes
From: |
Fabian Kurmann |
Subject: |
Fwd: [BUG] Sparse tree does not work on properties with dashes |
Date: |
Sun, 9 Jul 2023 15:58:37 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 |
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
Expected behaviour: produce a sparse tree.
Actual result: no sparse tree.
Best, Fabian
ANNEX
* Test with "one"
:PROPERTIES:
:TEST-HELLO: one
:END:
** Test with "two"
:PROPERTIES:
:TEST-HELLO: two
:END:
* Test with "two"
:PROPERTIES:
:TEST-HELLO: two
:END:
** Test with "one"
:PROPERTIES:
:TEST-HELLO: one
:END:
Emacs : GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.33, cairo version 1.16.0)
of 2022-05-31
Package: Org mode version 9.6.1 ( @ /home/fabian/.emacs.d/elpa/org-9.6.1/)
- Fwd: [BUG] Sparse tree does not work on properties with dashes,
Fabian Kurmann <=