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