On 10 October 2017 at 18:29, Kaushal Modi wrote: > On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi > wrote: > >> I scanned through recent commits, but haven't yet figured out which >> commit affected this. Before I end up with git bisect, does anyone know a >> master branch commit that could have caused this? >> > > Hello, > > I found the commit causing this change: > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id= > 8383f7e08b964e129b175ef1c0297b1f4a8ed235 > ​I haven't seen the rest of this thread, but at a guess is the problem to do with [:space:] matching vertical space such as newline and vertical tab? Fixing that is a bit painful, since as far as I know there's no regex for "horizontal space"; I guess it would be a matter of enumerating a suitable range of code points.​ -- https://rrt.sc3d.org