From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: cannot execute org-mode code from the front page tutorial. Date: Fri, 15 Aug 2014 22:41:52 -0400 Message-ID: <87mwb5f95b.fsf@pierrot.dokosmarshall.org> References: <8738cxvhe0.fsf@gmail.com> <87wqa9zjdl.fsf@alphaville.bos.redhat.com> <87oavl8gvl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XITwb-00050f-Kc for emacs-orgmode@gnu.org; Fri, 15 Aug 2014 22:42:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XITwU-00035V-3e for emacs-orgmode@gnu.org; Fri, 15 Aug 2014 22:42:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:56439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XITwT-00035M-U0 for emacs-orgmode@gnu.org; Fri, 15 Aug 2014 22:42:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XITwS-0007bl-FP for emacs-orgmode@gnu.org; Sat, 16 Aug 2014 04:42:04 +0200 Received: from pool-173-48-174-104.bstnma.fios.verizon.net ([173.48.174.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Aug 2014 04:42:04 +0200 Received: from ndokos by pool-173-48-174-104.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Aug 2014 04:42:04 +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 Cc: "Rainer M. Krug" jenia.ivlev@gmail.com (jenia.ivlev) writes: > I can't make the changes - apply the your path - because my ob-R.el file > is completly different, its a elisp file and doesnt contain any R code. > > The file is located at /usr/share/emacs/24.3/lisp/org/ob-R.el > > Can you tell me how do I proceed to apply our changes to my emacs? > > Thanks again for your help. > Sorry, I tested latest org (and wrongly assumed that that's what you are using). Can you post the results of M-x org-version here? I'll try to take a look at what goes wrong in that version. For the record, the patch modifies the initialization of two lisp constants that ob-R.el defines in its latest incarnation. This change was introduced by Rainer Krug on June 23 with commit 4c415f38a5c71b45409faf9b59030ee7cee6abad. Before that, the values were transmitted through temporary files. I hope Rainer (cc'ed) takes a look at this thread: he is clearly the R expert here. -- Nick