emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Errors trying to add properties to clocktable


From: Bastien
Subject: Re: [O] Errors trying to add properties to clocktable
Date: Wed, 06 Nov 2013 09:43:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Pete,

Pete Ley <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]