Hi Eric, "Fraga, Eric" <e.fr...@ucl.ac.uk> 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