0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-20 19:48:55 +00:00
Savannah is a terribly unstable remote. Let's try to alleviate that.
Find a file
Eric Schulte 4985075c28 I was able to export the testing.Rorg example with org-exp-blocks.el
the results are in existing_tools/exp-blocks/example-for-r.html.  To
get this working I had to make two changes...

First in testing.Rorg, I changed every block as follows

from

 #+BEGIN_R:

 #+END_R

to

 #+BEGIN_R

 #+END_R

Second I fixed a broken regexp in org-exp-blocks.el

This is capable of running calculations on the R blocks and the inline
\R{} segments, but is not yet able to handle the image generation
commands.
2009-02-05 15:46:06 -08:00
existing_tools I was able to export the testing.Rorg example with org-exp-blocks.el 2009-02-05 15:46:06 -08:00
.gitignore initial commit 2009-02-05 15:04:09 -08:00
README.markdown initial commit 2009-02-05 15:04:09 -08:00
rorg.org initial commit 2009-02-05 15:04:09 -08:00

rorg --- R and org-mode

Probably would be good to place the main objectives here, once they are ironed out.