From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: R and babel on Windows problem Date: Thu, 28 Jun 2012 12:46:02 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkInH-0003UA-O8 for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 13:46:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkIn8-0004Or-24 for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 13:46:15 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:40158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkIn7-0004OD-Nv for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 13:46:05 -0400 Received: by bkcjc3 with SMTP id jc3so104645bkc.0 for ; Thu, 28 Jun 2012 10:46:03 -0700 (PDT) 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 I typically use orgmode + babel on Linux and have no problems. Trying to run on Windows 7 and having issues... The pertinent bits from .emacs: ---------- ;; setup babel (add-to-list 'load-path "~/.emacs.d/ess-12.04/lisp") (require 'ess-site) (setq org-babel-R-command "C:/Program\ Files/R/R-2.15.0/bin/R") (org-babel-do-load-languages 'org-babel-load-languages '((latex . t) (R . t))) ---------- When I try to execute a simple R src block, I get: "The system cannot find the path specified." I get the same with or without setting the org-babel-R-command path and with or without using R.exe instead of just R. There's an *ESS* buffer that /appears/ to be finding the versions of R on my machine: ---------- [ess-site.el]: ess-customize-alist=nil [ess-site.el _2_]: ess-customize-alist=nil (R): ess-r-versions-create making M-x defuns for R-2.15.0-64bit R-2.14.1-64bit ---------- Any suggestions? Best regards, John