Ihor Radchenko <yanta...@posteo.net> writes: > May you also fix the regexp in `org-columns-compile-format'? > I recommend using `rx' to make the regexp more readable and less prone > to mistakes.
OK. I will try. String-based Emacs regexp is unreadable and quite scary for me. That's why I always convert all regexes to the `rx' form. But I thought that since it's just a small error, maybe someone proficient in string-based Emacs regexp can easily fix it. Because when transferring it to the `rx' form, I may introduce more errors. But we have some tests so I will try to do it this way. -- Slawomir Grochowski