[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] colview.el regexp - capture operator when title is empty
From: |
Sławomir Grochowski |
Subject: |
Re: [BUG] colview.el regexp - capture operator when title is empty |
Date: |
Wed, 21 Aug 2024 10:27:46 +0200 |
Ihor Radchenko <yantar92@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