From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Re: Disable org-babel-inline-result-wrap per inline code? Date: Wed, 21 Sep 2016 07:15:14 -0700 Message-ID: <2db7c871-a051-f1fd-9709-4f7bd5fff643@dagertech.net> References: <874m593ey1.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------200A4F02C212E95225CBBABE" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmiIu-0008Tw-Qf for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 10:15:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmiIq-00024M-R7 for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 10:15:16 -0400 Received: from dagertech.net ([64.183.98.170]:47182 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmiIq-000242-LJ for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 10:15:12 -0400 Received: from [192.168.133.106] (unknown [192.168.176.200]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.dagertech.net (Postfix) with ESMTPSA id 410BAA0209 for ; Wed, 21 Sep 2016 07:15:11 -0700 (PDT) In-Reply-To: <874m593ey1.fsf@delle7240.chemeng.ucl.ac.uk> 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 This is a multi-part message in MIME format. --------------200A4F02C212E95225CBBABE Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Perfect!! Thank you!! I saw this option in the Manual (14.8.2.2) under /Format/, but it said it "The results are interpreted asraw Org mode code..." so it didn't click the results would "left alone". Thanks again! On 09/21/2016 12:11 AM, Eric S Fraga wrote: > On Wednesday, 21 Sep 2016 at 06:07, David A. Gershman wrote: >> Given the following line: >> >> * Date: src_perl[:results output :exports none]{print 2016;} > How about > > * Date: src_perl[:results output raw]{print 2016;} > > ? > --------------200A4F02C212E95225CBBABE Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Perfect!!=A0 Thank you!!

I saw this option in the Manual (14.8.2.2) under Format, but it said it "The results are interpreted as raw Org mode code..." so it didn't click the results would "left alone".

Thanks again!

On 09/21/2016 12:11 AM, Eric S Fraga wrote:
On Wednesday, 21 Sep 2016 at 06:07, David A. Gershma=
n wrote:
Given the following line:

* Date: src_perl[:results output :exports none]{print 2016;}
How about=20

* Date: src_perl[:results output raw]{print 2016;}

?


--------------200A4F02C212E95225CBBABE--