From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: inline R code evaluation? Date: Thu, 03 Mar 2011 15:54:11 -0700 Message-ID: <87mxlbke7g.fsf@gmail.com> References: <4D701716.1050808@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58040 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvHPZ-0004LT-3H for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:54:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvHPX-0001Du-On for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:54:21 -0500 Received: from mail-yi0-f41.google.com ([209.85.218.41]:59026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvHPX-0001Dg-Lx for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:54:19 -0500 Received: by yib2 with SMTP id 2so705310yib.0 for ; Thu, 03 Mar 2011 14:54:18 -0800 (PST) In-Reply-To: <4D701716.1050808@ccbr.umn.edu> (Erik Iverson's message of "Thu, 03 Mar 2011 16:32:54 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Erik Iverson Cc: emacs-orgmode Hi Erik, I just pushed up a fix, this was indeed introduced in one of the recent inline code block changes. Thanks for catching this. Best -- Eric Erik Iverson writes: > Hello list! > > I haven't used inline code evaluation in R too much, > but I thought the following used to work. Can anyone > tell me if I'm doing something wrong, or maybe it's > temporarily broken in git? I just pulled. > > ### begin org example ### > > * testing inline R/org-mode evaluation > Here I test inline code evaluation in R. > > #+begin_src R :session *R* > x <- 100 > #+end_src > > > > Now I want to export the value of x, which should be > src_R[:session *R*]{x} . > > Did the number 100 show up at the end of the previous sentence on export? > > ### End org example ### > > There may have been some relatively recent list traffic about this, > but I wasn't able to track it down. > Thanks! > --Erik