From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Date-centric Clocktable Date: Tue, 06 Sep 2011 06:36:34 -0400 Message-ID: <87zkiivtxp.fsf@norang.ca> References: <87zkip7oc6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0t1K-0000UZ-PG for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 06:36:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0t1J-0007s1-CW for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 06:36:46 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:47396 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0t1J-0007qR-Ah for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 06:36:45 -0400 In-Reply-To: <87zkip7oc6.fsf@gmail.com> (rasmus@gmx.us's message of "Wed, 31 Aug 2011 14:33:13 +0200") 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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > Hi, > > Is is possible to have a clocktabke with times in the left-most column? > The people I am doing some work for now prefer it that way for unknown > reasons. > > This is an example > > | date | Headline | total | > |------------------------------------------------+-----------------+-------| > | [2011-08-19 Fri 00:28]--[2011-08-19 Fri 00:51] | Writing mails | 0:23 | > | [2011-06-22 Wed 17:00]--[2011-06-22 Wed 17:45] | Data processing | 0:45 | > > And so forth. Hi Rasmus, I'm not aware of any way to automatically get the clock report in that format using existing org-mode functions but you can just manually move the column before you publish it to whomever wants it in column 1. Just put point in the total column and M- to shift the column where you want it. You can automate this table change with elisp if you're doing it often. HTH, Bernt