From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Modifying the clocktable Date: Wed, 12 May 2010 17:18:14 +0200 Message-ID: References: <1OBoNx-0g99lY0@fwd05.aul.t-online.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46116 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCDhY-00018L-C1 for emacs-orgmode@gnu.org; Wed, 12 May 2010 11:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCDhS-0008Po-OS for emacs-orgmode@gnu.org; Wed, 12 May 2010 11:18:20 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:9228) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCDhR-0008PM-Tc for emacs-orgmode@gnu.org; Wed, 12 May 2010 11:18:18 -0400 Received: by ey-out-1920.google.com with SMTP id 13so138702eye.34 for ; Wed, 12 May 2010 08:18:17 -0700 (PDT) In-Reply-To: <1OBoNx-0g99lY0@fwd05.aul.t-online.de> 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: "Christoph.Kniehase@t-online.de" Cc: emacs-orgmode@gnu.org Hi Christoph, On May 11, 2010, at 2:16 PM, Christoph.Kniehase@t-online.de wrote: > One thing that I repeatedly am wondering about: Is it possible to > modify the clocktable? I would like to NOT include the file from > which the entry is made (i.e. column 1) and possibly change the > layout of the table. I found in the org manual (which is superb) > that some tweaking can be done via TBLMF. This appears to offer > great flexibility if one knows LISP (which I don't), but are there > other ways to modify the clocktable? No really, unfortunately. The clocktable has a lot of parameters, but no real customizability. We could add another parameter in order to remove the file name, but there is no general way to customize it. This would need a rewrite of the functions. - Carsten