From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: inline R code evaluation? Date: Thu, 03 Mar 2011 16:32:54 -0600 Message-ID: <4D701716.1050808@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35874 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvH4w-0004If-RM for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:33:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvH4u-0006iA-MC for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:33:01 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:3639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvH4u-0006ht-Ar for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:33:00 -0500 Received: from tadpole.ccbr.umn.edu (tadpole.ccbr.umn.edu [128.101.116.26]) by walleye.ccbr.umn.edu (8.9.3p2/8.9.3) with ESMTP id QAA11182 for ; Thu, 3 Mar 2011 16:32:58 -0600 (CST) Received: from iron.ccbr.umn.edu (iron.ccbr.umn.edu [128.101.116.194]) by tadpole.ccbr.umn.edu (8.9.3/8.9.3) with ESMTP id QAA12975 for ; Thu, 3 Mar 2011 16:32:56 -0600 (CST) 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: emacs-orgmode 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