From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Ward Subject: Re: Babel and R issue when exporting to PDF via LaTeX in Windows 7 Date: Mon, 3 Jan 2011 17:34:30 +0000 Message-ID: References: <4D21F1DE.3050800@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=37494 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZoIp-00037Y-NE for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 12:34:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZoIn-0005RF-JN for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 12:34:38 -0500 Received: from blu0-omc1-s18.blu0.hotmail.com ([65.55.116.29]:14092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZoIn-0005Qv-Ep for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 12:34:37 -0500 In-Reply-To: <4D21F1DE.3050800@ccbr.umn.edu> 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: Erik Iverson Cc: emacs-orgmode@gnu.org On 03/01/2011 15:57, Erik Iverson wrote: > > > Ben Ward wrote: >> Hi, all, I hope someone can help with this issue, >> >> Unfortunately I'm having a work PC upgrade, and it means Windows 7 >> and the order not to install any other system on it for compatibility >> and for the IT experts - I use the term loosely, to only need to know >> how to use one system. >> >> Im trying to get org-mode set up with emacs so I can icorporate R >> code in my documents - like Sweave functionality. I have this >> achieved in Arch Linux. Howeer when I export to PDF in Windows 7 I'm >> just getting a PDF with Titl, Author, Date, and Contents and then no >> R stuff. > > Is R in your path? ESS uses its own tricks to find a valid version > of R on your system, but I think org-mode will just use your system > path, if I recall correctly. > > > Thats it! It works now =] I didn't realise/forgot Windows 7 needed stuff to be added to the path manually, I've not needed to do it on my other systems. I assumed the lovely .exe installer wizards would take care of such things when installing stuff. Thanks, Ben.