From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Clocktable creates superfluous columns Date: Sat, 18 Feb 2017 14:58:55 +0100 Message-ID: <87h93r1ty8.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cf5XR-0000SR-04 for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 08:59:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cf5XP-0007HB-Oh for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 08:59:01 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:43329) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cf5XP-0007Gw-Id for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 08:58:59 -0500 Received: from saiph.selenimh (unknown [IPv6:2a03:a0a0:0:4301::74b]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 503F4A80CB for ; Sat, 18 Feb 2017 14:58:56 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.88) (envelope-from ) id 1cf5XL-0003DB-Ki for emacs-orgmode@gnu.org; Sat, 18 Feb 2017 14:58:55 +0100 In-Reply-To: (Stefan Nobis's message of "Sat, 18 Feb 2017 12:49:49 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, Stefan Nobis writes: > In version 9.0.5 Org (Emacs 25.1) seems to generate too many columns > in some situations. I'm not quite sure since which version this > happens, in Org 8.x I have not seen this behaviour. > > Here is a small example: > > #+BEGIN: clocktable :maxlevel 3 :scope file :narrow 80! :compact > #+CAPTION: Clock summary at [2017-02-18 Sat 12:37], for February 2017. > | Headline | Time | | | > |-------------------+--------+---+---| > | *Total time* | *0:15* | | | > |-------------------+--------+---+---| > | Some Tasks | 0:15 | | | > | \_ STARTED Task1 | 0:15 | | | > #+END: > > * Some Tasks > ** STARTED Task1 > :CLOCK: > CLOCK: [2017-02-18 Sat 12:00]--[2017-02-18 Sat 12:15] => 0:15 > :END: > > It seems that the iteration over the items generates to many "|". And > top level headlines (e.g. "Some Tasks") each generate one more "|" > than their children (but even those seem to generate to many "|"). Fixed. Thank you. Regards, -- Nicolas Goaziou