emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Babel problem (was  how do scientists use org mode?)
@ 2012-02-02 17:27 John Hendy
  2012-02-02 18:59 ` Christopher W. Ryan
  0 siblings, 1 reply; 3+ messages in thread
From: John Hendy @ 2012-02-02 17:27 UTC (permalink / raw)
  To: Christopher W. Ryan; +Cc: emacs-orgmode

Hi Chris; this digressed enough into a babel problem that I started a
new subject for the list.

On Thu, Feb 2, 2012 at 11:19 AM, Christopher W. Ryan
<cryan@binghamton.edu> wrote:
> Just tried a similar thing on my computer at work: WinXP, emacs-22.3.1,
> org-mode 7.7.  I tried both R and python.  With this in my .emacs file:
>
> ;; active Babel languages
> (org-babel-do-load-languages
>  'org-babel-load-languages
>  '((R . t)
>   (python . t)
>   ))
>
> Here are the contents of the org file I am playing with:
>
> #+begin_src R
> rnorm(10)
> #+end_src
>
> #+begin_src python
> print "Hello, World!"
> #+end_src
>
>
> C-c C-c the first block results in a message like this:
>
> Evaluate this R code block on your system? (yes or no)
>
> Answering yes yields:
>
> No org-babel-execute function for R!
>
> Trying the same in the python block yields the same results, except with
> "python" substituted for "R" in all the messages.
>
> Any suggestions where I am going wrong?

Silly question... do you have both R and python installed on your
computer? Perhaps provide the paths of your R and python executable
files. Win settings can be tricky sometimes. Another question would
be, how do you typically use R and python directly?

John

>
> Thanks.
>
> --Chris Ryan
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-02 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-02 17:27 Babel problem (was how do scientists use org mode?) John Hendy
2012-02-02 18:59 ` Christopher W. Ryan
2012-02-02 20:12   ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).