From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: (9.2) Noweb blocks not expanded in Python blocks : it should be a bug... Date: Mon, 04 Feb 2019 15:33:17 +0100 Message-ID: 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]:42041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqfJP-00016z-T3 for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 09:33:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqfJK-0005Tw-0b for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 09:33:26 -0500 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:50389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gqfJJ-0005MJ-On for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 09:33:21 -0500 Received: by mail-wm1-x32f.google.com with SMTP id z5so88044wmf.0 for ; Mon, 04 Feb 2019 06:33:21 -0800 (PST) In-Reply-To: (John Kitchin's message of "Mon, 4 Feb 2019 08:50:42 -0500") 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 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 supposed to be matching we can fix it. eg it looks like it wants to allow <> Is that something that should be accepted? Robert