From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: (9.2) Noweb blocks not expanded in Python blocks : it should be a bug... Date: Mon, 04 Feb 2019 18:03:19 +0100 Message-ID: <87tvhja3l4.fsf@nicolasgoaziou.fr> References: <0d423cc9589a5b74bbdbbc9a63501ae8d5325a24.camel@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqheh-00067L-11 for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 12:03:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqhef-0008Nj-Gn for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 12:03:34 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:44223) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqhee-0008D5-Vq for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 12:03:33 -0500 In-Reply-To: (Robert Pluim's message of "Mon, 04 Feb 2019 15:33:17 +0100") 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: John Kitchin Cc: Emmanuel Charpentier , org-mode-email Hello, Robert Pluim writes: > John Kitchin writes: > >> #+RESULTS: >> : <<\([^ >> : ].+?[^ ]\|[^ >> : ]\)>> > > That regex looks malformed, and will only match strings with 1 or 3 or > more characters between << and >>. If someone knows what it=CA=BCs suppos= ed > to be matching we can fix it. eg it looks like it wants to allow > > <>> > > Is that something that should be accepted? I fixed the regexp. Thank you. Regards, --=20 Nicolas Goaziou