Radon Rosborough <radon.n...@gmail.com> writes: > Hello, > > In commit 0260d2fcf603f30210e2b95d37727edd832c12e9 of 2021-04-26, the > regexp used in `org-agenda-prefix-format' was updated to use a > non-greedy regexp, in order to allow multiple %(expression) instances > in `org-agenda-prefix-format'. Unfortunately, this change breaks the > ability to use nested forms in %(expression) instances. For example, I > use the following setting for `org-agenda-prefix-format':
Confirmed. Sorry, I noticed this problem after sending the patch, but I do not know an easy way to solve it. To handle sexps properly, we need to do something more complex than just a simple regexp. Probably, using org-element--parse-paired-brackets or similar code. Fixing this is (down) in my todo-list, but patches are welcome. Best, Ihor