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

2013-11-06 Thread Bastien
Hi Pete,

Pete Ley peteley11...@gmail.com 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



[O] Errors trying to add properties to clocktable

2013-11-04 Thread Pete Ley

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