From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Clock summary doesn't work in some cases Date: Tue, 22 Feb 2011 12:03:29 +0100 Message-ID: <4D639801.3070701@roklein.de> 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=53542 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prq1n-0002HH-A1 for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 06:03:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Prq1m-0005ig-84 for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 06:03:35 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:65250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Prq1l-0005iF-Of for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 06:03:34 -0500 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 Hi, in the git version as of this morning (1e35a5ea37194d686f432d384f4e264498ca6294) the clock summary doesn't work right. Below is a clock summary with a version from February 11 and below that a clock summary with the git version I downloaded just a couple of hours ago. Somewhere in between all the headline information got lost. I guess this is caused by the introduction of org-clock-clocktable-language-setup on February 13. Is there a chance of defaulting the language to en if no language or a language without translation is set? Thanks a lot, Robert #+BEGIN: clocktable :maxlevel 2 :scope file-with-archives :emphasize nil :tstart "<2011-02-09 Mi 00:00>" :tend "<2011-02-15 Di 23:59>" Clock summary at [2011-02-21 Mo 14:23] | Headline | Time | | |------------------------------------+---------+------| | ALL *Total time* | *17:30* | | |------------------------------------+---------+------| | *File time* | *17:30* | | | task 1.1 | 2:30 | | | task 1.2 misc | 3:00 | | | TODO task 1.3 | 10:00 | | | task 1.4 | 2:00 | | | \__ subtask 1.4.1 | | 2:00 | |------------------------------------+---------+------| | *File time* | *0:00* | | #+END ** 21.2.2010 - 22.2.2010 #+BEGIN: clocktable :maxlevel 2 :scope file-with-archives :emphasize nil :tstart "<2011-02-16 Mi 00:00>" :tend "<2011-02-22 Di 23:59>" Clock summary at [2011-02-22 Di 11:23] | | | |----------------------+---------| | ** | *19:40* | |----------------------+---------| | ** | *19:40* | | task 2.1 | 5:25 | | TODO task 2.2 | 14:15 | |----------------------+---------| | ** | *0:00* | #+END