emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Parens matching off in babel code block


From: Lawrence Bottorff
Subject: Re: [O] Parens matching off in babel code block
Date: Thu, 2 May 2019 11:01:22 -0500

Not sure what you mean. This is the problem, i.e., just this code

#+begin_src emacs-lisp
  (> 1 2)
#+end_src

in an org file produces a parens mismatch, which, BTW, check-parens also flags. Anywhere else (e.g., *scratch*) in Emacs this code produces no mismatch.

On Thu, May 2, 2019 at 10:35 AM Berry, Charles <address@hidden> wrote:


> On May 1, 2019, at 7:56 PM, Lawrence Bottorff <address@hidden> 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

reply via email to

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