From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: clocktable and ":step day" with: how to avoid tables with total time *0:00* Date: Mon, 24 May 2010 10:59:48 +0200 Message-ID: References: <506D7CB3-B32D-4547-910C-B1D4B0C80A1C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45664 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGTVd-0002zZ-Tg for emacs-orgmode@gnu.org; Mon, 24 May 2010 04:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGTVY-0001fk-Tp for emacs-orgmode@gnu.org; Mon, 24 May 2010 04:59:41 -0400 Received: from lo.gmane.org ([80.91.229.12]:33627) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGTVX-0001fG-HB for emacs-orgmode@gnu.org; Mon, 24 May 2010 04:59:36 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OGTVU-000742-RP for emacs-orgmode@gnu.org; Mon, 24 May 2010 10:59:32 +0200 Received: from nrbg-4dbfa390.pool.mediaways.net ([77.191.163.144]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2010 10:59:32 +0200 Received: from rainer.stengele by nrbg-4dbfa390.pool.mediaways.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2010 10:59:32 +0200 In-Reply-To: <506D7CB3-B32D-4547-910C-B1D4B0C80A1C@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Am 22.05.2010 08:19, schrieb Carsten Dominik: > > On May 21, 2010, at 4:51 PM, Rainer Stengele wrote: > >> Hi all! >> >> Creating clocktables for each day of a month is an excellent feature >> in org! >> Problem for me is that many resulting tables have a total time of 0:00. >> The problem is not really the zero time I spent but the appearance of >> the tables with zero total time. >> >> Is there a possibility to skip getting such tables? >> Rational: I do not need to show my boss or customer days where I spent >> 0:00 time on the project. > > Hi Rainer, > > if you pull, you can now do > > :stepskip0 t > > in the definition line for the report. > > HTH > > - Carsten > Hi Carsten, works perfectly! Excellent extension to report working hours of a project on a daily base. I end up with something like: Daily report: [2010-04-12 Mo] | L | Headline | Time | |---+--------------+--------| | | *Total time* | *3:00* | |---+--------------+--------| Daily report: [2010-04-15 Do] | L | Headline | Time | |---+--------------+--------| | | *Total time* | *8:15* | |---+--------------+--------| Daily report: [2010-04-16 Fr] | L | Headline | Time | |---+--------------+--------| | | *Total time* | *4:30* | |---+--------------+--------| I will probably have to write a macro to format this into something like: | Daily reports | *Total time* | |-----------------+--------------| | [2010-04-20 Di] | *1:14* | | [2010-04-21 Mi] | *1:02* | | [2010-04-22 Do] | *4:30* | | [2010-04-23 Fr] | *6:20* | Any chance to get this done automatically in org? again, Carsten, thanks for implementing the :stepskip0 parameter! Best - Rainer