From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moritz Ulrich Subject: org-clocktable: Show timestamps for CLOCKED Date: Fri, 20 Apr 2012 13:23:03 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLBw4-0002da-SG for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 07:23:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLBvz-0003o8-2O for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 07:23:32 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:63109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLBvy-0003nj-PF for emacs-orgmode@gnu.org; Fri, 20 Apr 2012 07:23:26 -0400 Received: by bkwq16 with SMTP id q16so8913480bkw.0 for ; Fri, 20 Apr 2012 04:23:24 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I'm currently running a report on my tasks last month. It works pretty fine using the following clocktable invocation: #+BEGIN: clocktable :maxlevel 2 :scope subtree :compact t :timestamp t #+END: This gives me a nice exportable clocktable for the current subtree (which is what I've done for work last month). However, one thing isn't very nice. One (big) task was clocked over two consecutive days: CLOCK: [2012-03-30 Fri 12:45]--[2012-03-30 Fri 18:25] => 5:40 CLOCK: [2012-03-29 Thu 14:45]--[2012-03-29 Thu 19:11] => 4:26 org-clocktable's :timestamp doesn't handle this, showing the task only with one timestamp in the table. This is as expected as the doc says: "Look for SCHEDULED, DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.". I think org-clocktable should search for CLOCKED too. -- Moritz Ulrich