emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Bug: Wrong syntax in org-mode files with babel fragments in src bloc


From: Bastien
Subject: Re: Bug: Wrong syntax in org-mode files with babel fragments in src blocks [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20191021/)]
Date: Wed, 05 Feb 2020 09:14:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Eric,

"Fraga, Eric" <address@hidden> writes:

> I have the following 2 lines in my org-mode-hook to cater for this issue
> which arises when using source blocks.
>
>     (modify-syntax-entry ?< ".")
>     (modify-syntax-entry ?> ".")

Org-mode sets:

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

should we adapt Org's default syntax?

-- 
 Bastien



reply via email to

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