From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: BUG in ob-scheme WAS: Re: Babel: verbatim results yield a table Date: Fri, 03 Aug 2018 12:01:36 +0300 Message-ID: <87y3dnj027.fsf@iki.fi> References: <877el9arlx.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flVy2-0005Nn-Uk for emacs-orgmode@gnu.org; Fri, 03 Aug 2018 05:01:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1flVxy-0000Vh-0e for emacs-orgmode@gnu.org; Fri, 03 Aug 2018 05:01:51 -0400 Received: from [195.159.176.226] (port=53248 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1flVxx-0000SI-Os for emacs-orgmode@gnu.org; Fri, 03 Aug 2018 05:01:45 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1flVvn-0001rH-L2 for emacs-orgmode@gnu.org; Fri, 03 Aug 2018 10:59:31 +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: emacs-orgmode@gnu.org Greetings again. "Berry, Charles" writes: >> The org manual states that in the :results header argument of a block >> >> verbatim Interpret literally and insert as quoted text. Do not create a >> table. Usage example: :results value verbatim > > Unfortunately, `org-babel-scheme--table-or-string' does not honor > :results verbatim. :-( I wrote a patch for this before realizing that it had already been fixed in the master branch (I was running the stable branch). This should teach me a lesson again... :-) Jarmo