From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Ley Subject: Errors trying to add properties to clocktable Date: Mon, 04 Nov 2013 05:03:52 -0500 Message-ID: <87ob60eb5j.fsf@enterprise.sectorq.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdH0v-00053s-TY for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 05:04:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdH0m-0006ua-Ra for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 05:04:05 -0500 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:54564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdH0m-0006uW-MR for emacs-orgmode@gnu.org; Mon, 04 Nov 2013 05:03:56 -0500 Received: by mail-ie0-f172.google.com with SMTP id tp5so12134070ieb.17 for ; Mon, 04 Nov 2013 02:03:55 -0800 (PST) Received: from enterprise.sectorq.net ([32.136.163.225]) by mx.google.com with ESMTPSA id m1sm1115107igj.10.2013.11.04.02.03.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 04 Nov 2013 02:03:54 -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 Per section 8.4.2 of the manual, I'm trying to add a :properties column to the clocktable. Here are my block settings: #+BEGIN: clocktable :maxlevel 2 :scope agenda :block thisweek :properties "CATEGORY" :inherit-props Now, my goal is to add a "work commitment" in hours per week to some of the headings that will show up next to the actual clocked hours for the week, but I'm using CATEGORY as a testing example. The manual doesn't describe how to specify the property list, and since I get an error (Wrong type argument: stringp, 67), I'm sure I must be doing something wrong. Sorry if this is a basic question, but I couldn't find anything about it on google. Pete