From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Clock report: ignore empty entries (7.3) Date: Thu, 09 Dec 2010 10:33:48 -0500 Message-ID: <87d3pbrmeb.fsf@norang.ca> References: <0vaakhayqz.fsf@gmail.com> <87tyipnezp.fsf@norang.ca> <0vlj409ky7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=51440 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQiVU-0002Eq-99 for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 10:34:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQiVL-0003bM-6Q for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 10:34:04 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:60543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQiVL-0003Zc-4V for emacs-orgmode@gnu.org; Thu, 09 Dec 2010 10:33:59 -0500 In-Reply-To: <0vlj409ky7.fsf@gmail.com> (Markus Heller's message of "Wed, 08 Dec 2010 10:30:08 -0800") 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: Markus Heller Cc: emacs-orgmode@gnu.org Markus Heller writes: > 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? This support went in a few commits after the 7.3 release. The org.pdf from the current master branch does include the fileskip0 documentation. Regards, Bernt