On Saturday, 11 Jul 2020 at 11:10, Jeremie Juste wrote:
> I noticed that with show-paren-mode on in an org-mode buffer,
> the following the opening parenthesis "(> (point) 0)" in the following
> code block is not detected.

[...]

> If your solution to this problem. I would appreciate if you would
> could you document how you solved the issue.

I have the following settings,

    (modify-syntax-entry ?< ".")
    (modify-syntax-entry ?> ".")

in my org mode hook.  This stops org from treating them as parenthesis.

-- 
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-682-geac255

Reply via email to