* Errors trying to add properties to clocktable
@ 2013-11-04 10:03 Pete Ley
2013-11-06 8:43 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Pete Ley @ 2013-11-04 10:03 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Errors trying to add properties to clocktable
2013-11-04 10:03 Errors trying to add properties to clocktable Pete Ley
@ 2013-11-06 8:43 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-11-06 8:43 UTC (permalink / raw)
To: Pete Ley; +Cc: emacs-orgmode
Hi Pete,
Pete Ley <peteley11235@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-06 12:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 10:03 Errors trying to add properties to clocktable Pete Ley
2013-11-06 8:43 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).