[Orgmode] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Graham Smith
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

Re: [Orgmode] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Thomas S . Dye
On Mar 7, 2010, at 6:52 AM, Graham Smith wrote: 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

Re: [Orgmode] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Graham Smith
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  (require 'org-babel-R)         ;; requires R and ess-mode  (add-to-list 'org-babel-noweb-error-langs R) #+end_src Perhaps when you changed the setup you got rid of