From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kiwon Um Subject: New clocktable code bug Date: Tue, 09 Nov 2010 15:10:23 +0900 Message-ID: <87wronkoxc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=46039 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFhPc-0003xo-Iw for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 01:10:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFhPW-0001qt-Cx for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 01:10:32 -0500 Received: from mail-yw0-f41.google.com ([209.85.213.41]:50939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFhPW-0001qn-9j for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 01:10:26 -0500 Received: by ywo32 with SMTP id 32so565341ywo.0 for ; Mon, 08 Nov 2010 22:10:25 -0800 (PST) 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: carsten.dominik@gmail.com Cc: emacs-orgmode@gnu.org Dear Carsten, I found a bug for the new clocktable code. Only when :level t is set, the formula % works well. #+BEGIN: clocktable :maxlevel 2 :scope tree :level t :formula % ... work #+BEGIN: clocktable :maxlevel 2 :scope tree :formula % ... do not work My test has done in the latest org git code, 2010-11-09 06:26:47. Thanks. -- Kiwon Um