Re: [Orgmode] [Beta Release / Development Invitation] Org-Babel --- code evaluation for reproducible-research and literate-programming in org-mode

2009-06-26 Thread Dan Davison
Taru Karttunen tar...@taruti.net writes: Excerpts from Eric Schulte's message of Thu Jun 25 23:25:30 +0300 2009: For the past couple of months I have been working on Org-Babel, with Dan Davison and (initially) Austin Frank. Through Org-Babel Org-Mode can communicate with programming

Re: [Orgmode] [Beta Release / Development Invitation] Org-Babel --- code evaluation for reproducible-research and literate-programming in org-mode

2009-06-26 Thread Sebastian Rose
Dan Davison davi...@stats.ox.ac.uk writes: org-babel-init.el is what you need, so: (add-to-list 'load-path /path/to/org-babel/lisp) (require 'org-babel-init) and get: Debugger entered--Lisp error: (file-error Cannot open load file inf-ruby) require(inf-ruby) eval-buffer(#buffer

Re: [Orgmode] [Beta Release / Development Invitation] Org-Babel --- code evaluation for reproducible-research and literate-programming in org-mode

2009-06-26 Thread Eric Schulte
Sebastian Rose sebastian_r...@gmx.de writes: [...] file inf-ruby.el does not exist. Where should it go, and what should it contain? inf-ruby.el is located in the util directory, however we were loading files in the wrong order in the initialization file so it wasn't loaded in time. I just

Re: [Orgmode] [Beta Release / Development Invitation] Org-Babel --- code evaluation for reproducible-research and literate-programming in org-mode

2009-06-26 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: [...] file inf-ruby.el does not exist. Where should it go, and what should it contain? inf-ruby.el is located in the util directory, however we were loading files in the wrong order in the

[Orgmode] [Beta Release / Development Invitation] Org-Babel --- code evaluation for reproducible-research and literate-programming in org-mode

2009-06-25 Thread Eric Schulte
For the past couple of months I have been working on Org-Babel, with Dan Davison and (initially) Austin Frank. Through Org-Babel Org-Mode can communicate with programming languages. Code contained in source-code blocks can be evaluated and data can pass seamlessly between different programming