From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 /usr/local/share/emacs/site-lisp/org/)] Date: Wed, 8 Oct 2014 01:21:12 +0000 (UTC) Message-ID: References: <87bnqgzljd.fsf@kademan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfwZ-00071d-Fd for emacs-orgmode@gnu.org; Tue, 07 Oct 2014 21:21:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbfwR-0002BX-FU for emacs-orgmode@gnu.org; Tue, 07 Oct 2014 21:21:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:36600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfwR-0002BO-97 for emacs-orgmode@gnu.org; Tue, 07 Oct 2014 21:21:23 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XbfwQ-00062B-8j for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 03:21:22 +0200 Received: from 172-7-166-26.lightspeed.sndgca.sbcglobal.net ([172.7.166.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 03:21:22 +0200 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 03:21:22 +0200 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: emacs-orgmode@gnu.org Henrik Singmann psychologie.uni-freiburg.de> writes: > > Dear all, > > Sorry to resurrect this thread but I still have the issue discussed here. I get "Error: could not find > function ".ess.eval"" when inside an R code block with :session *R* but > not without :session *R*. > Please confirm that when you do M-x find-function RET org-babel-R-initiate-session RET and scroll down 15 lines: M-1 M-5 you see something like this: (ess-wait-for-process (get-process (or ess-local-process-name ess-current-process-name))) If not, there is something broken in your setup. If you do see that code, please do C-x d and verify that ob-R.el is older than ob-R.elc. If it is not older delete ob-R.elc and restart. Let us know how it goes either way. Chuck