From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: C-c C-c in src block interpret line as table Date: Fri, 26 Oct 2018 11:34:04 +0200 Message-ID: <87va5pf3w3.fsf@nicolasgoaziou.fr> References: <87in1pgq9d.fsf@portable.galex-713.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFyVQ-00086Z-6F for emacs-orgmode@gnu.org; Fri, 26 Oct 2018 05:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFyVM-0005uO-VN for emacs-orgmode@gnu.org; Fri, 26 Oct 2018 05:34:12 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:35645) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFyVM-0005tH-Oq for emacs-orgmode@gnu.org; Fri, 26 Oct 2018 05:34:08 -0400 In-Reply-To: <87in1pgq9d.fsf@portable.galex-713.eu> (Alexandre Garreau's message of "Fri, 26 Oct 2018 08:45:34 +0200") 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: "Garreau, Alexandre" Cc: emacs-org list Hello, "Garreau, Alexandre" writes: > I tried to eval the following block, and my point was on the last line, > of course, but since it begins with a =E2=80=9C|=E2=80=9D, it was interpr= eted as a > table, and block was not evaled: I believe this is a bug. Why would a > org table be inside a non-org source block? it=E2=80=99s not even inside a > comment! > > #+BEGIN_SRC ocaml :results verbatim > let rec premiers =3D=20 > function [] -> [] > | (a,b) :: q -> a :: premiers q ;; | > #+END_SRC > > Note the remaining =E2=80=9C|=E2=80=9D at the end of the last line was ad= ded by org, not > me, not part of source code. I cannot reproduce it. Regards, --=20 Nicolas Goaziou