From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: R code blocks and 'could not find function ".ess.eval"' Date: Tue, 28 Oct 2014 09:16:06 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9WA-0007Iw-ON for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 12:21:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj9W4-0002Q2-II for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 12:21:10 -0400 Received: from iport-acv1-out.ucsd.edu ([132.239.0.176]:36139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9W4-0002Pg-AJ for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 12:21:04 -0400 In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: William Denton Cc: emacs-orgmode@gnu.org On Tue, 28 Oct 2014, William Denton wrote: > This problem was reported last month and then again earlier this month, for > example here: > > https://lists.gnu.org/archive/html/emacs-orgmode/2014-10/msg00178.html > > I'm running Emacs 25.0.50.2, Org 8.2.10 and ESS 14.1x. I'm getting a lot of ...............................XXXXXXXXXX That version of org does not have the patches mentioned in the threads you reference. Current `master' does. > > Error: could not find function ".ess.eval" > > errors when evaluating R code blocks, even simple ones like this: > > #+BEGIN_SRC R :session :exports results > 1 + 1 > #+END_SRC > Either update to `master' or start the R session interactively by `M-x R' before executing R commands in babel until such time as the version of orgmode you use catches up to the recent changes. HTH, Chuck