From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: insert evaluation results in place Date: Wed, 28 Mar 2018 15:28:07 +0000 Message-ID: <3E8A0610-19A8-4531-844E-D1DAD6BDC9D4@ucsd.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1D0C-0000au-9W for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 11:28:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1D07-0004Vz-Bb for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 11:28:40 -0400 Received: from iport-acv6-out.ucsd.edu ([132.239.0.13]:57071) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1D06-0004Us-IR for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 11:28:35 -0400 In-Reply-To: Content-Language: en-US Content-ID: <1679FD1F75027D48A916BD6EA20B6E4E@AD.UCSD.EDU> 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: Zhihao Ding Cc: "emacs-orgmode@gnu.org" > On Mar 28, 2018, at 7:42 AM, Zhihao Ding wrote: >=20 > I was wondering if anyone could share an example for referencing the resu= lts of a source code block in place.=20 >=20 See=20 (info "(org) Evaluating code blocks") Example #+Name: put_in_para #+BEGIN_SRC R :exports none n_value=3D10 n_value #+END_SRC This is the result: call_put_in_para() of the above. HTH, Chuck=