emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Parens matching off in babel code block


From: Fraga, Eric
Subject: Re: [O] Parens matching off in babel code block
Date: Fri, 3 May 2019 09:23:56 +0000

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]