From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: clocktable column order e.g. :properties at rightmost position? Date: Mon, 2 Sep 2013 06:58:04 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGMDG-0000Hh-TC for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 00:58:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGMDB-00036f-1r for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 00:58:06 -0400 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:39006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGMDA-00036K-RO for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 00:58:00 -0400 Received: by mail-ea0-f181.google.com with SMTP id d10so2101710eaj.12 for ; Sun, 01 Sep 2013 21:57:59 -0700 (PDT) In-Reply-To: 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: Jeff Kowalczyk Cc: emacs-orgmode@gnu.org Hi Jeff, there is not way to change the order of columns easily. What you can do = is copy the function `org-clocktable-write-default' and change the = output in the way you like. The time string for clock tables is = currently not configurable. Sorry. - Carsten On 1.9.2013, at 14:47, "friends@michelfetzer.de" = wrote: On 31.8.2013, at 18:58, Jeff Kowalczyk wrote: > Is there a way to configure column order in clocktable output? I have = a > workable way to display TAGS now for clocked task now, but the width = of > multiply-tagged items will make the clocktable output less usable. I'd > prefer to move it over to the right-most position: >=20 > : #+BEGIN: clocktable :maxlevel 2 :scope file :emphasize nil :block = today=20 > : :link nil :indent nil :properties ("TAGS") > : #+CAPTION: Clock summary at [2013-08-31 Sat 09:25],=20 > : for Saturday, August 31, 2013. > : | TAGS | Headline | Time | = | > : = |-----------+----------------------------------------+--------+------| > : | | *Total time* | *1:05* | = | > : = |-----------+----------------------------------------+--------+------| > : | | <2013-08-31 Sat> | 1:05 | = | > : | | TODO db query test | | 0:18 = | > : | | TODO time-tracking-tools | | 0:26 = | > : | :foo:bar: | DONE jsmith re: new idea | | 0:15 = | > : | :bar: | DONE article attack driven defense... | | 0:06 = | > : #+END: >=20 > The option: >=20 > : :formatter A function to format clock data and insert into the = buffer. >=20 > sounds promising if it could advise the existing function without > reimplementing large parts of it. I'm searching for :formatter > documentation and examples, haven't found any direct references yet. >=20 > Secondary question: with the today and yesterday tracking clocktables > I'm using, can I configure formatting of the string: > "for Saturday, August 31, 2013." as a normal org timestamp: > "for [2013-08-31 Sat]."? >=20 > Thanks, > Jeff >=20 >=20 >=20