From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: [babel] cannot code to execute since changing to emacs starter kit Date: Sun, 7 Mar 2010 18:49:22 +0000 Message-ID: <2c75873c1003071049r3374c03w290eac7b36e9d01c@mail.gmail.com> References: <2c75873c1003070852n56bd4246g7fd196f2f9aa6f53@mail.gmail.com> <6557BD40-2876-45E2-845B-A33F75C78C38@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoLXZ-0008M2-Ht for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 13:49:25 -0500 Received: from [140.186.70.92] (port=44029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoLXY-0008Kn-Rx for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 13:49:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoLXY-0000n2-6t for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 13:49:24 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:48524) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoLXY-0000mt-2N for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 13:49:24 -0500 Received: by wyb29 with SMTP id 29so2775380wyb.0 for ; Sun, 07 Mar 2010 10:49:23 -0800 (PST) In-Reply-To: <6557BD40-2876-45E2-845B-A33F75C78C38@tsdye.com> 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: emacs-orgmode@gnu.org Tom > Your example is R code. > > I have this is in my starter-kit: > > *** ON Org-babel R setup > #+begin_src emacs-lisp :tangle yes > =C2=A0(require 'org-babel-R) =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; requires R an= d ess-mode > =C2=A0(add-to-list 'org-babel-noweb-error-langs "R") > #+end_src > > Perhaps when you changed the setup you got rid of these by mistake? Thanks for this, no I didn't get rid of these by mistake, but mistakenly thought that the set up I had in my .emacs file for orgmode babel was "built into" the starter kit and I didn't need to explicitly add these commands. I have now added the lines you have suggested and all seems to be working. Graham