From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: clocktable column order e.g. :properties at rightmost position? Date: Sat, 31 Aug 2013 16:58:42 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFoWx-0001SH-Qr for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 13:00:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFoWq-00086o-Gd for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 13:00:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:35301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFoWq-00084a-Ai for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 13:00:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VFoWo-0003Bl-VR for emacs-orgmode@gnu.org; Sat, 31 Aug 2013 19:00:03 +0200 Received: from 216.115.1.60 ([216.115.1.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Aug 2013 19:00:02 +0200 Received: from jeff.kowalczyk by 216.115.1.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Aug 2013 19:00:02 +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: emacs-orgmode@gnu.org 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: : #+BEGIN: clocktable :maxlevel 2 :scope file :emphasize nil :block today : :link nil :indent nil :properties ("TAGS") : #+CAPTION: Clock summary at [2013-08-31 Sat 09:25], : 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: The option: : :formatter A function to format clock data and insert into the buffer. 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. 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]."? Thanks, Jeff