From: "Eric Schulte" <schulte.eric@gmail.com>
To: Miguel Fernando Cabrera <mfcabrera@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [Announcement] Org-babel initial release
Date: Tue, 15 Sep 2009 08:49:31 -0600 [thread overview]
Message-ID: <m2tyz4mfes.fsf@gmail.com> (raw)
In-Reply-To: <330fb75e0909150631k495e4f2cy9fe344a0a12b2841@mail.gmail.com> (Miguel Fernando Cabrera's message of "Tue, 15 Sep 2009 08:31:38 -0500")
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: clocktable
I'll let you know if I get this working. -- Eric
Miguel Fernando Cabrera <mfcabrera@gmail.com> writes:
> 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 table?. For example to create a pie-chart of the
> clock-table data using R?
>
> --
> Miguel Fernando Cabrera
> "A los hombres fuertes les pasa lo que a los barriletes; se elevan cuando es
> mayor el viento que se opone a su ascenso." - José Ingenieros
>
> On Mon, Sep 14, 2009 at 8:44 AM, Eric Schulte <schulte.eric@gmail.com> 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 worg [1].
>
> Org-babel provides the following functionality:
> - Source-code execution and control of output in org buffers
> - currently supported languages [2]:
> - emacs-lisp
> - shell scripts
> - R
> - ruby
> - python
> - SQL
> - gnuplot
> - dot
> - ditaa
> - asymptote
> - Haskell
> - OCaml
> - css
> - sass
> - results of code execution can be [3]:
> - passed to other source-code blocks
> - inserted into Org buffer as Org-mode table
> - inserted into Org buffer as escaped text
> - inserted into Org buffer as raw Org-mode text
> - dropped to a file and linked to from Org-mode buffer (e.g. ditaa)
> - ignored
> - Meta-programming language for org mode: each source-code block is
> treated as a function which can accept arguments in the form of:
> - entire org-mode tables
> - output of other source-code blocks
> - raw text
> - values of cells in Org-mode tables using the Org spreadsheet
> functionality
> - Spreadsheet enhancement: source-code blocks can be called from
> spreadsheet functions within tables
> - Community maintained library of useful code blocks [4]
> - reproducible research [5]
> - literate programming with org-mode [6]
> - Org-babel has special support for embedding your emacs
> initialization in literate Org-mode files [7]
>
> To activate Org-babel simply grab the latest version of Org-mode and add
> the following to your Emacs init (more complete instructions at [8]).
>
> (require 'org-babel-init)
>
> Thanks -- Eric
>
> Footnotes:
> [1] http://orgmode.org/worg/org-contrib/babel/org-babel.php
>
> [2] http://orgmode.org/worg/org-contrib/babel/org-babel.php#languages
>
> [3] http://orgmode.org/worg/org-contrib/babel/org-babel.php#header-arguments
>
> [4] http://orgmode.org/worg/org-contrib/babel/org-babel.php#library-of-babel
>
> [5] http://orgmode.org/worg/org-contrib/babel/org-babel.php#reproducable-research
>
> [6] http://orgmode.org/worg/org-contrib/babel/org-babel.php#literate-programming
>
> [7] http://orgmode.org/worg/org-contrib/babel/org-babel.php#literate-emacs-initialization
>
> [8] http://orgmode.org/worg/org-contrib/babel/org-babel.php#getting-started
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2009-09-15 14:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-14 13:44 [Announcement] Org-babel initial release Eric Schulte
2009-09-15 8:20 ` Carsten Dominik
2009-09-15 13:31 ` Miguel Fernando Cabrera
2009-09-15 14:49 ` Eric Schulte [this message]
2009-09-15 15:10 ` Eric Schulte
2009-09-15 17:26 ` Sebastian Rose
2009-09-15 17:54 ` Eric Schulte
2009-09-15 19:15 ` Sebastian Rose
2009-09-15 20:03 ` Eric Schulte
2009-09-15 20:53 ` Sebastian Rose
2009-09-15 17:56 ` Rick Moynihan
2009-09-15 20:07 ` Eric Schulte
2009-09-15 22:02 ` Eric Schulte
2009-10-09 16:38 ` Marcelo de Moraes Serpa
2009-10-09 12:54 ` Org-babel for jython? Eric S Fraga
2009-10-09 15:34 ` Dan Davison
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2tyz4mfes.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mfcabrera@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).