Re: [PATCH] Allow multiple %(expression) instances in org-agenda-prefix-format

2021-04-29 Thread Ihor Radchenko
Bastien writes: > Applied as 0260d2fcf, thanks! Looking at the patch again, I notice that it will break code like "%((this (has (many parenthesis". Though I have no clue how to match balanced parenthesis using Elisp regexps. Best, Ihor

Re: [PATCH] Allow multiple %(expression) instances in org-agenda-prefix-format

2021-04-26 Thread Bastien
Applied as 0260d2fcf, thanks! Ihor Radchenko writes: > * lisp/org-agenda.el (org-compile-prefix-format): Use non-greedy match > for %(expression).

[PATCH] Allow multiple %(expression) instances in org-agenda-prefix-format

2021-03-15 Thread Ihor Radchenko
>From ae1e4041f77d056649b8fa90d12e2cd1354b78f3 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Mon, 15 Mar 2021 15:18:20 +0800 Subject: [PATCH] Allow multiple %(expression) instances in org-agenda-prefix-format * lisp/org-agenda.el (org-compile-prefix-format): Use non-greedy ma