Re: [O] [PATCH] Fix alphabetic string matching operators
Sebastian Reuße writes: > * org.el (org-string<): Add. > (org-op-to-function): Use it. > (org-string> etc.): Use collated comparison. > > Cf. commit 551d2f1fe. Applied. Thank you.
[O] [PATCH] Fix alphabetic string matching operators
* org.el (org-string<): Add. (org-op-to-function): Use it. (org-string> etc.): Use collated comparison. Cf. commit 551d2f1fe. --- lisp/org.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index ac1ad3c75..24923ad4f 100644 --- a/lisp/org.el