From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy Kelly Subject: Formatting clock tables in the agenda Date: Wed, 9 Nov 2011 15:30:59 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROA7w-0008O3-BY for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 10:31:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROA7r-0006LX-U9 for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 10:31:48 -0500 Received: from cather.verilab.com ([64.20.234.125]:38177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROA7r-0006LR-Ni for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 10:31:43 -0500 Received: from mail-bw0-f43.google.com (mail-bw0-f43.google.com [209.85.214.43]) by cather.verilab.com (Postfix) with ESMTPS id C8E34ECE13 for ; Wed, 9 Nov 2011 15:31:41 +0000 (UTC) Received: by bkbzt12 with SMTP id zt12so1822086bkb.2 for ; Wed, 09 Nov 2011 07:31:40 -0800 (PST) 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 I have a clock table in my agendas -- I got it there by setting org-agenda-start-with-clockreport-mode. I'm trying to control its format. I've tried using org-clock-clocktable-default-properties but that seems to have no effect. For example, this from my custom-set-variables: '(org-agenda-start-with-clockreport-mode t) '(org-clock-clocktable-default-properties (quote (:maxlevel 2 :scope file :indent t :link t))) The presence/absence of that second line makes no difference to how my agenda clocktable looks. How do I control that particular table's format? thanks Tommy