* how to get daily clock summaries
@ 2007-11-29 8:50 Rainer Stengele
2007-11-29 9:55 ` Rainer Stengele
0 siblings, 1 reply; 4+ messages in thread
From: Rainer Stengele @ 2007-11-29 8:50 UTC (permalink / raw)
To: emacs-orgmode
I'd like to get daily clock summaries! I want to be able to see how much time I worked on which project day by day.
Such an overview would also show me the open "non-clocked" time per day.
Any ideas to get such a view (agenda?) with existing means?
rainer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to get daily clock summaries
2007-11-29 8:50 how to get daily clock summaries Rainer Stengele
@ 2007-11-29 9:55 ` Rainer Stengele
2007-11-29 16:47 ` Carsten Dominik
2007-11-29 17:36 ` Mark A. Hershberger
0 siblings, 2 replies; 4+ messages in thread
From: Rainer Stengele @ 2007-11-29 9:55 UTC (permalink / raw)
To: emacs-orgmode
Rainer Stengele schrieb:
> I'd like to get daily clock summaries! I want to be able to see how much time I worked on which project day by day.
> Such an overview would also show me the open "non-clocked" time per day.
>
> Any ideas to get such a view (agenda?) with existing means?
>
> rainer
>
>
>
> _______________________________________________
> 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
>
OK - this does it for one day:
#+BEGIN: clocktable :maxlevel 0 :scope file :tstart "<2007-11-28 Mi 00:00>" :tend "<2007-11-28 Mi 23:59>"
Clock summary at [2007-11-29 Do 10:24].
| L | Headline | Time |
|---+--------------+--------|
| | *Total time* | *1:38* |
|---+--------------+--------|
#+END:
I could copy / modify this block for each day.
It would anyway be nice to get a compact overview for several days.
rainer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: how to get daily clock summaries
2007-11-29 9:55 ` Rainer Stengele
@ 2007-11-29 16:47 ` Carsten Dominik
2007-11-29 17:36 ` Mark A. Hershberger
1 sibling, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2007-11-29 16:47 UTC (permalink / raw)
To: Rainer Stengele; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1290 bytes --]
On Nov 29, 2007 10:55 AM, Rainer Stengele <rainer.stengele@diplan.de> wrote:
> Rainer Stengele schrieb:
> > I'd like to get daily clock summaries! I want to be able to see how much
> time I worked on which project day by day.
> > Such an overview would also show me the open "non-clocked" time per day.
> >
> > Any ideas to get such a view (agenda?) with existing means?
> >
> > rainer
> >
> >
> >
> > _______________________________________________
> > 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
> >
>
> OK - this does it for one day:
>
> #+BEGIN: clocktable :maxlevel 0 :scope file :tstart "<2007-11-28 Mi
> 00:00>" :tend "<2007-11-28 Mi 23:59>"
> Clock summary at [2007-11-29 Do 10:24].
>
> | L | Headline | Time |
> |---+--------------+--------|
> | | *Total time* | *1:38* |
> |---+--------------+--------|
> #+END:
>
> I could copy / modify this block for each day.
> It would anyway be nice to get a compact overview for several days.
Much easier will be
#+BEGIN: clocktable :maxlevel 0 :scope file :block today
There is no simple way to do it for several days like this. I'll put it on
my list, hope to get around to it some time.
- Carsten
[-- Attachment #1.2: Type: text/html, Size: 1904 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to get daily clock summaries
2007-11-29 9:55 ` Rainer Stengele
2007-11-29 16:47 ` Carsten Dominik
@ 2007-11-29 17:36 ` Mark A. Hershberger
1 sibling, 0 replies; 4+ messages in thread
From: Mark A. Hershberger @ 2007-11-29 17:36 UTC (permalink / raw)
To: emacs-orgmode
Rainer Stengele <rainer.stengele@diplan.de> writes:
> #+BEGIN: clocktable :maxlevel 0 :scope file
> :tstart "<2007-11-28 Mi 00:00>" :tend "<2007-11-28 Mi 23:59>"
Looking at the docs, it looks like you could do:
#+BEGIN: clocktable :block today
--
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2 B37A 735E F10A 2DFC BFF5
The most beautiful experience we can have is the mysterious.
-- Albert Einstein, The World As I See it
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-29 17:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-29 8:50 how to get daily clock summaries Rainer Stengele
2007-11-29 9:55 ` Rainer Stengele
2007-11-29 16:47 ` Carsten Dominik
2007-11-29 17:36 ` Mark A. Hershberger
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.