From: Olivier Schwander <olivier.schwander@chadok.info>
To: emacs-orgmode@gnu.org
Subject: clocktable display format
Date: Fri, 26 Mar 2010 17:31:29 +0100 [thread overview]
Message-ID: <20100326163129.GA16011@pomerol.lix.polytechnique.fr> (raw)
Hello,
I am using clocktable to display a summary of the effort in a subtree.
As I am not particularly interested in precise hourly details, I would
like to display the total time in days instead of hours.
Now I have:
| L | Headline | Time | |
|---+-----------------------+----------+--------|
| | *Total time* | *528:00* | |
and I would like:
| L | Headline | Time | |
|---+-----------------------+----------+--------|
| | *Total time* | *22* | |
I tried to add a formula in the table, but it doesn't work since the
fields are in the format hour:minute. I suppose I could use org-babel to
parse the content of the field and convert it into days but it seems
rather complicated and I would be happy with a simple solution. Any
ideas ?
Thanks,
Olivier
next reply other threads:[~2010-03-26 16:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-26 16:31 Olivier Schwander [this message]
2010-03-26 22:18 ` clocktable display format Carsten Dominik
2010-03-29 10:21 ` Olivier Schwander
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100326163129.GA16011@pomerol.lix.polytechnique.fr \
--to=olivier.schwander@chadok.info \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.