emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* clock-in and clock-out columns for clock-table
@ 2014-09-30 18:44 Paul Rudin
  2014-10-11 12:58 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Rudin @ 2014-09-30 18:44 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ


Is there a way to coerce a clock table to include the clock in and clock
out information?

TIA.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: clock-in and clock-out columns for clock-table
  2014-09-30 18:44 clock-in and clock-out columns for clock-table Paul Rudin
@ 2014-10-11 12:58 ` Bastien
  2014-10-12 14:35   ` Paul Rudin
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2014-10-11 12:58 UTC (permalink / raw)
  To: Paul Rudin; +Cc: public-emacs-orgmode-mXXj517/zsQ



Hi Paul,

Paul Rudin <paul-sqPYmOVXOov10XsdtD+oqA@public.gmane.org> writes:

> Is there a way to coerce a clock table to include the clock in and clock
> out information?

Can you give a literal example of the desired table output?

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: clock-in and clock-out columns for clock-table
  2014-10-11 12:58 ` Bastien
@ 2014-10-12 14:35   ` Paul Rudin
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Rudin @ 2014-10-12 14:35 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Bastien <bzg-mXXj517/zsQ@public.gmane.org> writes:

> Hi Paul,
>
> Paul Rudin <paul-sqPYmOVXOov10XsdtD+oqA@public.gmane.org> writes:
>
>> Is there a way to coerce a clock table to include the clock in and clock
>> out information?
>
> Can you give a literal example of the desired table output?
>

The kind of thing I have in mind is we have a file containing:

* Task 1
  CLOCK: [2014-10-12 Sun 15:20]--[2014-10-12 Sun 15:25] =>  0:05
  CLOCK: [2014-10-12 Sun 15:15]--[2014-10-12 Sun 15:20] =>  0:05

Then at the moment we can get a clock table like:

#+BEGIN: clocktable :maxlevel 2 :scope subtree
#+CAPTION: Clock summary at [2014-10-12 Sun 15:23]
| Headline     | Time   |
|--------------+--------|
| *Total time* | *0:10* |
|--------------+--------|
| Task 1       | 0:10   |
#+END:

But what I was after was a table something like this:


#+BEGIN: clocktable :maxlevel 2 :scope subtree
#+CAPTION: Clock summary at [2014-10-12 Sun 15:23]
| Headline     | Start time           | Stop time            | Elapsed time |
|--------------+----------------------+----------------------+--------------|
| *Total time* |                      |                      |       *0:10* |
|--------------+----------------------+----------------------+--------------|
| Task 1       | 2014-10-12 Sun 15:15 | 2014-10-12 Sun 15:20 |         0:05 |
| Task 1       | 2014-10-12 Sun 15:20 | 2014-10-12 Sun 15:25 |         0:05 |
#+END:


So, rather than aggregating the time from each separate time range
associated with a task into one row, we get a different row for each
time range.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-12 14:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-30 18:44 clock-in and clock-out columns for clock-table Paul Rudin
2014-10-11 12:58 ` Bastien
2014-10-12 14:35   ` Paul Rudin

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).