From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Huszagh Subject: Re: Issues with nested begin..end blocks in inline math environments Date: Mon, 16 Dec 2019 00:25:50 -0800 Message-ID: <87eex4ekxd.fsf@gmail.com> References: <87d0d0e5kg.fsf@ucl.ac.uk> <87sglmw820.fsf@gmail.com> <87blsaarse.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39490) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iglhX-0002Ix-Nm for emacs-orgmode@gnu.org; Mon, 16 Dec 2019 03:26:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iglhW-0004uW-Iz for emacs-orgmode@gnu.org; Mon, 16 Dec 2019 03:25:59 -0500 Received: from mail-pl1-x62a.google.com ([2607:f8b0:4864:20::62a]:42859) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iglhW-0004tJ-C3 for emacs-orgmode@gnu.org; Mon, 16 Dec 2019 03:25:58 -0500 Received: by mail-pl1-x62a.google.com with SMTP id x13so4139372plr.9 for ; Mon, 16 Dec 2019 00:25:57 -0800 (PST) In-Reply-To: <87blsaarse.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: "emacs-orgmode@gnu.org" , "Fraga, Eric" Nicolas Goaziou writes: > I don't think this patch is a good idea, as it mixes elements from > different types: LaTeX fragment (inline), and LaTeX environment (block). > For example, the regexp you modify is used as a paragraph separator, > which doesn't make sense for inline LaTeX. No worries. Thanks for taking a look at this anyway. Matt