This issue also pops up in python blocks for me alot. For example, here is a place where it does not work as it should. [image: image.png] John ----------------------------------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, May 3, 2019 at 5:24 AM Fraga, Eric wrote: > On Thursday, 2 May 2019 at 21:11, Lawrence Bottorff wrote: > > Well, at least there is a sane explanation. Ironically, I was also about > to > > complain about all my loose ">"s getting flagged. So they are related! > > Would there be a way to make an exception for < and > inside of actual > code > > forms? Languages need them for "greater than" and "less than". > > I have the following in my org mode customization: > > (modify-syntax-entry ?< ".") > (modify-syntax-entry ?> ".") > > as many of my org files have these symbols not as paren but as operators. > -- > Eric S Fraga via Emacs 27.0.50, Org release_9.2.2-290-g300f15 >