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 09:10:29 -0600 [thread overview]
Message-ID: <m2pr9smefu.fsf@gmail.com> (raw)
In-Reply-To: <m2tyz4mfes.fsf@gmail.com> (Eric Schulte's message of "Tue, 15 Sep 2009 08:49:31 -0600")
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
#+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
Clock summary at [2009-09-15 Tue 08:51], for Tuesday, September 15, 2009.
| L | Headline | Time | |
|---+--------------+--------+------|
| | *Total time* | *1:10* | |
|---+--------------+--------+------|
| 1 | top | 1:10 | |
| 2 | show all | | 1:00 |
| 2 | later | | 0:10 |
#+END: clocktable
#+begin_src emacs-lisp :var data=todays-clock
(length (car data))
#+end_src
#+resname:
: 4
#+begin_src emacs-lisp :var data=todays-clock
(length data)
#+end_src
#+resname:
: 4
--8<---------------cut here---------------end--------------->8---
Unfortunately I don't know much about R, so converting the times to
something easily graphed in a pie chart may be a little bit more
difficult.
Best -- Eric
next prev parent reply other threads:[~2009-09-15 15:11 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
2009-09-15 15:10 ` Eric Schulte [this message]
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=m2pr9smefu.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).