> On May 1, 2019, at 7:56 PM, Lawrence Bottorff <borgauf@gmail.com> wrote:
>
> Wondering if you have seen this over at emacs.stackexchange. Very puzzling why the parens mismatch in a babel emacs-lisp block, but not anywhere else in Emacs.
I don't know the details but this ECM might help:
#+begin_src emacs-lisp
(> 1 2)
#+end_src
The right broken bracket matches the left parenthesis in org-mode, but not in a Lisp Interaction Mode buffer.
HTH
Chuck