Commit graph

9 commits

Author SHA1 Message Date
Dan Davison aae046e55e minor edits, starting to add litorgy-R tasks as they crop up during use 2009-03-05 11:16:45 +00:00
Dan Davison 9eeff6504b writing overview section at top of rorg.org 2009-02-08 15:00:51 -05:00
Dan Davison 540d924477 writing overview section at top of rorg.org 2009-02-08 15:00:34 -05:00
Dan Davison cf31c1f134 Trying to write a project overview at top of rorg.org 2009-02-08 13:11:22 -05:00
Eric Schulte bdae433d69 I added a couple of things listed below. I happy with the way this is
progressing so far.  It's nice to work on a project where everyone
uses org-mode.

additions:
- proposal for how we should implement the R-source-code blocks
- example of source code evaluation using org-eval-light.el
- notes section on evaluation of R code
- some scattered thoughts/suggestions
2009-02-06 15:45:59 -08:00
Austin F. Frank f173099443 merge Eric's notes and mine 2009-02-05 19:56:26 -05:00
Austin F. Frank 9ea78cd580 lisp file to give processing of #+BEGIN_R blocks. (require 'org-sweave) to use. 2009-02-05 19:26:07 -05:00
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
Eric Schulte a3cf89b5b2 initial commit 2009-02-05 15:04:09 -08:00