From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: Parens matching off in babel code block Date: Thu, 2 May 2019 15:35:36 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMDkQ-0001Ft-6l for emacs-orgmode@gnu.org; Thu, 02 May 2019 11:35:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMDkP-0006Bs-0c for emacs-orgmode@gnu.org; Thu, 02 May 2019 11:35:46 -0400 Received: from iport-acv8-out.ucsd.edu ([132.239.0.21]:2225) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMDkO-0006A9-B9 for emacs-orgmode@gnu.org; Thu, 02 May 2019 11:35:44 -0400 In-Reply-To: Content-Language: en-US Content-ID: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Lawrence Bottorff Cc: emacs-orgmode Mailinglist > On May 1, 2019, at 7:56 PM, Lawrence Bottorff wrote: >=20 > Wondering if you have seen this over at emacs.stackexchange. Very puzzlin= g why the parens mismatch in a babel emacs-lisp block, but not anywhere els= e 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 =