[Orgmode] Re: Org-mode and ESS

2008-11-11 Thread Detlef Steuer
Hi Graham, if you have ess loaded and you are working on a file test.org: * test ls() and you have an R process running in another buffer, then you can i.e. put the cursor on the line with ls() in test.org and execute M-x ess-eval-line. The command is then executed in your running R session.

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Detlef Steuer
This looks just quite cool. :-) I am certainly interested, just starting to prepare a lecture I'll have to give next term and looking for right tool. So, where to grab it? It would be great to collaborate on this, but I fear my emacs skills are _very_ limited. (My only excuse: I converted from VI

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Austin Frank
On Tue, Nov 11 2008, Graham Smith wrote: > Is any one using Org-mode with ESS. ESS seems to need a file with a > *.R name to work, but it would be really useful to use Org-mode > features to keep notes of comments and code, before sending to R, and > of course to copy results back into an Org-Mod

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Austin Frank
On Wed, Nov 12 2008, Eric Schulte wrote: > In the above example how would you/Sweave handle the case where there > are multiple R blocks in the same file? For example Sweave puts all variables defined in a document into the same environment. So assigning to a twice overwrites the first assignme

[Orgmode] Re: Org-mode and ESS

2008-11-13 Thread Eric Schulte
Austin Frank <[EMAIL PROTECTED]> writes: > On Wed, Nov 12 2008, Eric Schulte wrote: > > > I'll check it out, thanks. Sorry to ramble, hope this was useful! > Not at all, this is all very interesting. I've never used Sweave, but I have been using org-mode for "reproducible research" type functio

[Orgmode] Re: Org-mode and ESS

2008-11-15 Thread Eric Schulte
"Eric Schulte" <[EMAIL PROTECTED]> writes: > Austin Frank <[EMAIL PROTECTED]> writes: > >> Looking forward to seeing what you come up with! > > Me too :) Hopefully I will continue to be able to put time into this. I > hope you don't mind, I've populated my TODO files with much of the text > from

Re: [Orgmode] Re: Org-mode and ESS

2008-11-11 Thread Graham Smith
Detlef, Ah thanks, I should probably worked that out myself. > if you have ess loaded and you are working on a file test.org: > > * test > ls() > > and you have an R process running in another buffer, then > you can i.e. put the cursor on the line with ls() in test.org > and execute M-x ess-eval

Re: [Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Graham Smith
Austin > In my local git repo of the org sources I have a pretty nice setup for > using R or S inside org-mode. I did see the original posts on this, and was interested in what you were doing, but its a bit beyond me at the moment while I am still trying to grasp how Emacs/org works. At the mome

Re: [Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Eric Schulte
Austin Frank <[EMAIL PROTECTED]> writes: > On Tue, Nov 11 2008, Graham Smith wrote: > >> Is any one using Org-mode with ESS. ESS seems to need a file with a >> *.R name to work, but it would be really useful to use Org-mode >> features to keep notes of comments and code, before sending to R, and