0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-17 08:36:27 +00:00
Commit graph

464 commits

Author SHA1 Message Date
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
Dan Davison 0c418c5e2a rorg.org additions 2009-02-05 21:15:09 -05:00
Austin F. Frank eeaecdf7ee merge Eric and Austin's notes on special block types 2009-02-05 20:07:09 -05:00
Austin F. Frank 6201f77b1c rearrange Eric's notes 2009-02-05 19:59:19 -05:00
Austin F. Frank f173099443 merge Eric's notes and mine 2009-02-05 19:56:26 -05:00
Austin F. Frank cf1996f365 explanation and implementation notes for editing R code in org 2009-02-05 19:37:17 -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
Austin F. Frank b0f2fe3390 ignore R history and R data files 2009-02-05 19:09:05 -05:00
Eric Schulte 79ca346be8 adding to rorg.org 2009-02-05 16:00:05 -08:00
Austin F. Frank a7c75dd901 Filled in more details about first objective. 2009-02-05 18:54:46 -05:00
Austin F. Frank 133b3b9748 Filled in first objective, linked to current implementation. 2009-02-05 18:47:20 -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