Re: [Orgmode] [Announcement] Org-babel initial release

2009-10-09 Thread Marcelo de Moraes Serpa
That's awesome news! Thank you for this great contribution. Now I can use my beloved ruby to write view-extensions to my org PIM :D (even though I'm very interested in learning elisp, but this makes things much more practical and powerful!). Marcelo. On Tue, Sep 15, 2009 at 5:02 PM, Eric Schulte

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Carsten Dominik
Hi Eric, thank you very much for this fantastic contribution to Org. - Carsten On Sep 14, 2009, at 2:44 PM, Eric Schulte wrote: Dan Davison and I (Eric Schulte) are happy to announce that Org-babel has now been released as a contributed package in Org-mode with corresponding documentation on

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Miguel Fernando Cabrera
Dan and Eric, Just reading the documentation one can get excited by the possibilities it brings to org-mode. Thank you for this great contribution. I have one question, as mentioned in the document on can pass a table to the code block. Is possible to send a as a parameter a dynamic clock

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Eric Schulte
Hi Miguel, This feature is currently not implemented, however I will take a look at including it. For such a feature to work you would have to add a name to your dynamic clock table, something like... #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t :name todays-clock #+END:

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Eric Schulte
Hi Miguel, It seems I spoke too soon, It looks like the current version of Org-babel will support dynamic clock tables if they are structured as the following with a #+tblname: line preceding the block. --8---cut here---start-8--- #+TBLNAME: todays-clock

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Dan Davison and I (Eric Schulte) are happy to announce that Org-babel has now been released as a contributed package in Org-mode with corresponding documentation on worg [1]. What else should I say - THIS IS GREAT NEWS!! I wonder how complicated

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Eric Schulte
Hi Sebastian, Sebastian Rose sebastian_r...@gmx.de writes: Eric Schulte schulte.e...@gmail.com writes: Dan Davison and I (Eric Schulte) are happy to announce that Org-babel has now been released as a contributed package in Org-mode with corresponding documentation on worg [1]. What else

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Eric Schulte
Rick Moynihan rick.moyni...@gmail.com writes: Was having a similar idea, as I language I'd love to use with this is my current fave clojure: http://clojure.org/ Everyone I talk to seems to love clojure, I need to find an excuse to use it myself. It's a language based on the JVM and

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: Eric Schulte schulte.e...@gmail.com writes: Yes, currently the best way to get a feel for how to add languages would be to start with an existing language file (I'd suggest org-babel-python.el or

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Eric Schulte
Rick Moynihan rick.moyni...@gmail.com writes: I'd imagine most of the time the source blocks within a single file would share the vast majority of environment settings too (for example setting the JVM's class path) so being able to specify these values to pass to the interpreter, once at the

[Orgmode] [Announcement] Org-babel initial release

2009-09-14 Thread Eric Schulte
Dan Davison and I (Eric Schulte) are happy to announce that Org-babel has now been released as a contributed package in Org-mode with corresponding documentation on worg [1]. Org-babel provides the following functionality: - Source-code execution and control of output in org buffers - currently