Commit Graph

289 Commits

Author SHA1 Message Date
Eric Schulte 74498d6055 thinking about and stubbing out functions for referencing external resources 2009-03-23 17:01:11 -07:00
Eric Schulte a95cf1c442 stubbing out a file to hold functions for referencing data from header
arguments of source blocks
2009-03-23 16:29:31 -07:00
Eric Schulte 63839f7c50 adding support for emacs-lisp blocks 2009-03-23 16:07:02 -07:00
Eric Schulte 6cf9c4e497 replacing litorgy-make-region-example with the standard org-toggle-fixed-width-section. 2009-03-17 14:44:50 -07:00
Dan Davison 78c3dc7fb1 Merge branch 'master' of git@github.com:eschulte/rorg 2009-03-05 11:17:09 +00:00
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
Eric Schulte 47e18380e9 getting too excited and thinking about distributed computing 2009-03-04 18:14:42 -08:00
Eric Schulte 2f12591e5a adding thoughts about referencing data to rorg.org, see
**** Eric: referencing data in general
2009-03-04 17:22:28 -08:00
Eric Schulte e292e34041 minor additions to rorg.org 2009-02-23 17:58:18 -08:00
Eric Schulte f8c437e5c3 ensuring return to current buffer when executing R code 2009-02-23 17:52:18 -08:00
Eric Schulte 488fa39b27 ensure inserted results end in a newline 2009-02-23 17:49:51 -08:00
Eric Schulte 761994643d litorgy R support (cleaning out defunct region commands) 2009-02-23 16:08:17 -08:00
Eric Schulte 715998c107 adding R support for litorgy 2009-02-23 16:08:16 -08:00
Eric Schulte a942f75543 adding thoughts about free, explicit, independent variables 2009-02-23 15:15:23 -08:00
Eric Schulte fbb141f72e added litorgy-eval-buffer function 2009-02-23 15:15:22 -08:00
Eric Schulte f7d0dd1fda adding a replace option, and simplified result insertion 2009-02-22 22:19:56 -08:00
Eric Schulte 7c51afb642 Added litorgy.el which begins with the most fundamental step of our
implementation, see rorg.org for more information and examples.
2009-02-22 13:19:43 -08:00
Dan Davison a81fe7e15b some thoughts on referencing data from R 2009-02-12 11:07:25 -05:00
Eric Schulte 1dd3e1c330 some replies and some interesting scoping discussion from the email 2009-02-11 08:08:34 -08:00
Dan Davison 46f6a0a084 Some minor responses 2009-02-10 20:18:20 -05:00
Eric Schulte 090e5a12ae small addition to the proposed block format 2009-02-10 14:21:06 -08:00
Eric Schulte d26a98d71a I've done a fairly destructive edit of this file. The main goal was
to enforce a structure on the document that we can use moving forward,
so that any future objective changes are all made to the main
objective list.

I apologize for removing sections written by other people.  I did this
when they were redundant or it was not clear how to fit them into this
structure.  Rest assured if the previous text wasn't persisted in git
I would have been much more cautious about removing it.

I hope that this outline structure should be able to remain stable
through the process of fleshing out objectives, and cashing those
objectives out into tasks.  That said, please feel free to make any
changes that you see fit.

Changes include...
- tearing stuff out, and imposing structure
- updated .gitignore to ignore exported files
2009-02-09 14:43:07 -08: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 ea31e3a9c3 writing overview section at top of rorg.org 2009-02-08 15:00:28 -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
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