From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Errors trying to add properties to clocktable Date: Wed, 06 Nov 2013 09:43:22 +0100 Message-ID: <877gclewca.fsf@bzg.ath.cx> References: <87ob60eb5j.fsf@enterprise.sectorq.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2Av-0006X0-7I for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:25:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve2Ak-0000AO-Qg for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:25:33 -0500 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:62514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2Ak-0000A1-Hc for emacs-orgmode@gnu.org; Wed, 06 Nov 2013 07:25:22 -0500 Received: by mail-wg0-f53.google.com with SMTP id y10so4824917wgg.8 for ; Wed, 06 Nov 2013 04:25:21 -0800 (PST) In-Reply-To: <87ob60eb5j.fsf@enterprise.sectorq.net> (Pete Ley's message of "Mon, 04 Nov 2013 05:03:52 -0500") 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: Pete Ley Cc: emacs-orgmode@gnu.org Hi Pete, Pete Ley writes: > 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. This is how you would use the :properties parameter: #+BEGIN: clocktable :maxlevel 2 :scope subtree :properties ("CATEGORY") #+END: Note that this is only for information, the :properties parameter does not *select* what clock entries are contributing to the table. HTH, -- Bastien