Re: [O] Listing clock time in 'timeline' order

2013-04-09 Thread Bastien
Giorgos Keramidas writes: > The time-ordered output of the agenda, visible with `C-c a a l' is > already so close to what I wanted that the changes should be pretty > minimal. Indeed! I should have mentioned that first. -- Bastien

Re: [O] Listing clock time in 'timeline' order

2013-04-09 Thread Giorgos Keramidas
On 2013-04-09 13:56, Bastien wrote: > Hi Giorgos, > > "Giorgos Keramidas" writes: > > > Do you think such a feature is possible org-mode? > > It is not possible at the moment. > > There is the option `org-clock-clocktable-formatter' that allows you > to define your own function for formatting clo

Re: [O] Listing clock time in 'timeline' order

2013-04-09 Thread Bastien
Hi Giorgos, "Giorgos Keramidas" writes: > Do you think such a feature is possible org-mode? It is not possible at the moment. There is the option `org-clock-clocktable-formatter' that allows you to define your own function for formatting clocktables, so in theory you could scratch from there

[O] Listing clock time in 'timeline' order

2013-04-08 Thread Giorgos Keramidas
Hi everyone, I've just started experimenting with clock-in / clock-out for multiple tasks in an org-mode buffer, and this looks awesome for tracking where time is spent, how much time was spent on each task, etc. Being able to report with 'clocktable' the cummulative time spent on each task is br