Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-16 Thread Nick Dokos
Charles Berry writes: > Nick Dokos gmail.com> writes: > >> >> tsd tsdye.com (Thomas S. Dye) writes: >> >> > Aloha Jenia, >> > >> > jenia.ivlev gmail.com (jenia.ivlev) writes: >> > >> >> Hello. >> >> >> >> I'm trying to go through the org-mode tutorial on its official page. >> >> > > [discuss

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-16 Thread Thomas S. Dye
Charles Berry writes: > Nick Dokos gmail.com> writes: > >> >> tsd tsdye.com (Thomas S. Dye) writes: >> >> > Aloha Jenia, >> > >> > jenia.ivlev gmail.com (jenia.ivlev) writes: >> > >> >> Hello. >> >> >> >> I'm trying to go through the org-mode tutorial on its official page. >> >> > > [discuss

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-16 Thread Charles Berry
Nick Dokos gmail.com> writes: > > tsd tsdye.com (Thomas S. Dye) writes: > > > Aloha Jenia, > > > > jenia.ivlev gmail.com (jenia.ivlev) writes: > > > >> Hello. > >> > >> I'm trying to go through the org-mode tutorial on its official page. > >> [discussion showing that (if (listp value)...) ge

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread Nick Dokos
jenia.iv...@gmail.com (jenia.ivlev) writes: > I can't make the changes - apply the your path - because my ob-R.el file > is completly different, its a elisp file and doesnt contain any R code. > > The file is located at /usr/share/emacs/24.3/lisp/org/ob-R.el > > Can you tell me how do I proceed to

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread Nick Dokos
jenia.iv...@gmail.com (jenia.ivlev) writes: > I can't make the changes - apply the your path - because my ob-R.el file > is completly different, its a elisp file and doesnt contain any R code. > > The file is located at /usr/share/emacs/24.3/lisp/org/ob-R.el > > Can you tell me how do I proceed to

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread jenia.ivlev
I can't make the changes - apply the your path - because my ob-R.el file is completly different, its a elisp file and doesnt contain any R code. The file is located at /usr/share/emacs/24.3/lisp/org/ob-R.el Can you tell me how do I proceed to apply our changes to my emacs? Thanks again for you

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Jenia, > > jenia.iv...@gmail.com (jenia.ivlev) writes: > >> Hello. >> >> I'm trying to go through the org-mode tutorial on its official page. >> >> However, I have trouble execute the code there" >> >> >> #+NAME: tbl-example-data() >> #+BEGIN_

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread Thomas S. Dye
Aloha Jenia, jenia.iv...@gmail.com (jenia.ivlev) writes: > Hello. > > I'm trying to go through the org-mode tutorial on its official page. > > However, I have trouble execute the code there" > > > #+NAME: tbl-example-data() > #+BEGIN_SRC R :results value > runif(n=5, min=0, max=1) >

[O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread jenia.ivlev
Hello. I'm trying to go through the org-mode tutorial on its official page. However, I have trouble execute the code there" #+NAME: tbl-example-data() #+BEGIN_SRC R :results value runif(n=5, min=0, max=1) #+END_SRC #+RESULTS: tbl-example-data | 0.56587128783576