emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-babel parenthesis tracking blinded by > in code block


From: Eric S Fraga
Subject: Re: org-babel parenthesis tracking blinded by > in code block
Date: Sat, 11 Jul 2020 13:00:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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

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