From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: [babel] cannot code to execute since changing to emacs starter kit Date: Sun, 7 Mar 2010 16:52:48 +0000 Message-ID: <2c75873c1003070852n56bd4246g7fd196f2f9aa6f53@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoJim-0001NK-Lo for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 11:52:52 -0500 Received: from [140.186.70.92] (port=40516 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoJil-0001NA-V2 for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 11:52:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoJil-00007e-0b for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 11:52:51 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42693) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoJik-00007R-Qu for emacs-orgmode@gnu.org; Sun, 07 Mar 2010 11:52:50 -0500 Received: by wyb29 with SMTP id 29so2744153wyb.0 for ; Sun, 07 Mar 2010 08:52:48 -0800 (PST) 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 I guess I am being stupid here, but I have changed my set up to using Eric's (Schulte) start up kit for emacs and now when I try to use C-c C-c to execute a code block I get an error C-c C-c can do nothing useful at this location As far as I can see form the files that came with the start up kit, babel should be initiated. Here is my bit of code; ** Tarsus data #+srcname:Tarsus #+begin_src R :session BirdData Tarsus<-c(22.3,19.7,20.8,20.3,20.8,21.5,20.6,21.5) #+end_src Which was working during my try out of babel a few months ago. Once again I am stuck and would appreciate some help. This is emacs 23.1.1, and orgmode 6.34c.73.gb3e9, on Ubuntu 9.10 Many thanks, Graham