From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items Date: Thu, 07 Oct 2010 10:41:31 +0200 Message-ID: <4CAD87BB.8050602@diplan.de> References: <4C47F049.6060101@diplan.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52292 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3m37-0007U0-CO for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 04:42:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3m2v-0005uS-88 for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 04:42:00 -0400 Received: from lo.gmane.org ([80.91.229.12]:45381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3m2u-0005sI-TI for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 04:41:49 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P3m2n-0008T1-S5 for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 10:41:41 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 10:41:41 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 10:41:41 +0200 In-Reply-To: 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 Cc: emacs-orgmode@gnu.org Am 22.07.2010 09:47, schrieb Carsten Dominik: > > On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: > >> Am 21.07.2010 16:24, schrieb Carsten Dominik: >>> >>> On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote: >>> >>>> Hi all! >>>> >>>> lately I use the marvelous clocktables a lot... >>>> >>>> For toplevel clocktables which just sum up "all" I use ":maxlevel 0" >>>> >>>> The manual reads >>>> >>>> :maxlevel Maximum level depth to which times are listed in the table. >>>> >>>> which I misunderstood. >>>> I understood: an unlisted item does not mean that its time is not added! >>>> But it looks like ":maxlevel 0" does not add everything up. >>> >>> >>> I cannot reproduce this, :maxlevel 0 works for me. >>> >>>> >>>> Ok, maybe the manual is a bit misleading here. >>>> >>>> >>>> >>>> How can I get a clocktable without any details which simply adds up everything in the scope? >>>> >>>> BTW, the ":stepskip0" parameter does not seem to be included in the manual. >>> >>> It is in the manual. >>> >>> - Carsten >>>> >>>> >>>> Rainer >>>> >>>> >>>> >> >> >> Carsten, >> >> maybe I misunderstood. >> >> >> 1. Without maxlevbel I get I get >> >> #+BEGIN: clocktable :scope ("file1.org" "file2") :timestamp t :tstart "<2010-05-01 Sa 00:00>" :tend "<2010-07-31 Sa 23:55>" >> Clock summary at [2010-07-22 Do 09:07] >> >> | File | L | Timestamp | Headline | Time | | | >> |-------------------+---+---------------------+----------------+----------+--------+--------| >> | | | Timestamp | *Total time* | *327:51* | | | >> ... >> >> >> >> with :maxlevel 0 I get >> >> >> #+BEGIN: clocktable :maxlevel 0 :scope ("file1.org" "file2") :timestamp t :tstart "<2010-05-01 Sa 00:00>" :tend "<2010-07-31 Sa 23:55>" >> Clock summary at [2010-07-22 Do 09:11] >> >> | File | L | Timestamp | Headline | Time | >> |------+---+-----------+--------------+----------| >> | | | Timestamp | *Total time* | *232:17* | >> |------+---+-----------+--------------+----------| >> #+END: >> >> >> I would like to get the same results! > > Indeed, this looks wrong. > > Unfortunately I don't have time to look at this before my vacation (starting tomorrow....) :( > Please remind me when I get back. > > - Carsten > Hi Carsten, this is still open, I just tested. I feel like this is a near to "major" bug because it will simply "vary" your (work) time calculation if you choose different maxlevels. - Rainer