Hi,
I use to have first level Org entries like this:

* name [/] [%]

But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets
are no more reachable using org-links I used for years.
As a result, only [/] OR [%] seems supported.

This simple org file below illustrates the issue.

Is this a regression?
(At least, this is really annoying me.)

Thanks for your feedback.
Nicolas

-----8<-----

Index:
 - [[*not%20OK][not OK]]
 - [[*OK1][OK1]]
 - [[*OK2][OK2]]

* not OK [1/2] [50%]
** DONE action1
** TODO action2

* OK1 [1/2]
** DONE action1
** TODO action2

* OK2 [50%]
** DONE action1
** TODO action2

Reply via email to