all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Generating clock table for arbitrary date range
@ 2011-12-03 18:35 A. Ryan Reynolds
  2011-12-03 19:30 ` Herbert Sitz
  0 siblings, 1 reply; 3+ messages in thread
From: A. Ryan Reynolds @ 2011-12-03 18:35 UTC (permalink / raw)
  To: Org-mode List

Is there any way to specify a start and end date for the :block property of a clock table? Lately I have often found myself submitting an invoice based upon my clock report on Friday evening, only to be called frantically on Saturday and having to put in additional hours (this should sound familiar to many programmers :)), which I then need to attribute to next week's clock table to be submitted on the following invoice. Is there an easy way to do this?
--
A. Ryan Reynolds

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

* Re: Generating clock table for arbitrary date range
  2011-12-03 18:35 Generating clock table for arbitrary date range A. Ryan Reynolds
@ 2011-12-03 19:30 ` Herbert Sitz
  2011-12-03 21:06   ` A. Ryan Reynolds
  0 siblings, 1 reply; 3+ messages in thread
From: Herbert Sitz @ 2011-12-03 19:30 UTC (permalink / raw)
  To: emacs-orgmode

A. Ryan Reynolds <a.ryan.reynolds <at> gmail.com> writes:

> 
> Is there any way to specify a start and end date for the :block property of a
clock table? Lately I have often
> found myself submitting an invoice based upon my clock report on Friday
evening, only to be called
> frantically on Saturday and having to put in additional hours (this should
sound familiar to many
> programmers :)), which I then need to attribute to next week's clock table to
be submitted on the following
> invoice. Is there an easy way to do this?
> --
> A. Ryan Reynolds
> 

I'm not sure how this solves problem you describe, but see the tstart and tend
options for clocktables:
http://orgmode.org/manual/The-clock-table.html#The-clock-table

For example: 

#+begin: clocktable  :tstart "<2011-10-27 Tue>" :tend "<2011-11-22 Tue>" 
#+end 


The above is for a dynamic block in the document.  If you're talking about
clocktables in agenda I assume the way to modify is to change the period of the
agenda view.

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

* Re: Generating clock table for arbitrary date range
  2011-12-03 19:30 ` Herbert Sitz
@ 2011-12-03 21:06   ` A. Ryan Reynolds
  0 siblings, 0 replies; 3+ messages in thread
From: A. Ryan Reynolds @ 2011-12-03 21:06 UTC (permalink / raw)
  Cc: emacs-orgmode

Aha! Thank you. That works nicely. I had known about :tstart and :tend
but I misunderstood their purpose.

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

end of thread, other threads:[~2011-12-03 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-03 18:35 Generating clock table for arbitrary date range A. Ryan Reynolds
2011-12-03 19:30 ` Herbert Sitz
2011-12-03 21:06   ` A. Ryan Reynolds

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.