Re: [O] [PATCH 2/6] Fix alphabetic string matching operators

2018-03-11 Thread Sebastian Reuße
Sorry, I committed this one without using the compat-shimmed version of ‘string-collate-lessp’. Amended. Kind regards, SR -- Insane cobra split the wood Trader of the lowland breed Call a jittney, drive away In the slipstream we will stay

[O] [PATCH 2/6] Fix alphabetic string matching operators

2018-03-11 Thread Sebastian Reuße
* 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..edae502a8 100644 --- a/lisp/org.el