From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Clock report: ignore empty entries (7.3) Date: Wed, 08 Dec 2010 10:30:08 -0800 Message-ID: <0vlj409ky7.fsf@gmail.com> References: <0vaakhayqz.fsf@gmail.com> <87tyipnezp.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34406 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQOmW-00039X-Ib for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 13:30:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQOmV-0006B5-AC for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 13:30:24 -0500 Received: from lo.gmane.org ([80.91.229.12]:56046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQOmV-0006B1-3I for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 13:30:23 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PQOmS-00047e-Fw for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 19:30:20 +0100 Received: from mail.cdrd.ca ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Dec 2010 19:30:20 +0100 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Dec 2010 19:30:20 +0100 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 Bernt Hansen writes: > Markus Heller writes: > >> Hello everybody, >> >> I also like the new looks of the clock report, but I have one question. >> >> My scope is set to agenda-with-archives, and I'm wondering if it is >> possible to ignore files with no clock info for the tstart tend >> interval. > > Yes it's possible. > > Add :fileskip0 t and :stepskip0 t > > #+BEGIN: clocktable :maxlevel 2 :scope agenda :tstart "<2010-10-30 Sat>" :tend "<2010-11-05 Fri>" :step day :fileskip0 t :stepskip0 t > #+END: Bernt, thanks for your help, as usual. I have org.pdf for Release 7.3, but the word ``fileskip'' cannot be found. I assume this is not in the docu then? Thanks and Cheers Markus