Eric Schulte
c40217b5f0
now replace works for table results as well as string results
2009-03-25 16:43:46 -07:00
Eric Schulte
b9dc839e33
added demonstration of the reading/writing of tables to rorg.org
2009-03-25 16:22:27 -07:00
Eric Schulte
4852d8b194
now quoting all non-list output
2009-03-25 16:22:07 -07:00
Eric Schulte
4385611ebf
Now accepting vector results from source blocks, and inserting into org file as tables.
2009-03-25 16:16:03 -07:00
Eric Schulte
be826b2d68
replaced `litorgy-examplize-region' as `org-toggle-fixed-width-section' was causing problems
2009-03-25 15:55:56 -07:00
Eric Schulte
01c958f167
pushed the parsing of org tables fully into litorgy-reference.el
...
This had the benefit of removing the wrapping list which was
previously erroneously added.
2009-03-25 15:24:00 -07:00
Eric Schulte
c294d0119d
Now able to reference a table from an emacs-lisp src block.
...
Currently the only reference which is working is previous.
For an example try
: | 0.16 | eric | 0.12 |
: | 0.24 | 0.28 | 0.08 |
:
: #+begin_src emacs-lisp :var table=previous
: table
: #+end_src
2009-03-25 15:16:37 -07:00
Eric Schulte
561c8b64c3
added litorgy-R to init file
2009-03-25 14:43:38 -07:00
Eric Schulte
b809734a47
added initialization file which can be used to load litorgy
2009-03-25 14:43:11 -07:00
Eric Schulte
da6ab1279e
added stub of the file which will provide R support
2009-03-25 14:42:57 -07:00
Dan Davison
080a1634d7
Merge branch 'master' of git@github.com:eschulte/rorg
2009-03-23 23:42:17 -04:00
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