[Orgmode] clocktable and :tags

2010-06-04 Thread Kristofer Bergstrom
I am trying to use the clocktable dynamic block to generate monthly time reports for my work on a particular project. I would like to have a tally of how much time I spent on tasks labelled with the ":ON:ADMIN:" tag. Looking at a post by Adam Elliott from when the clocktable block was implemented

Re: [Orgmode] clocktable and :tags

2010-06-04 Thread Kristofer Bergstrom
s | 0:22 | | #+END: On Fri, Jun 4, 2010 at 5:49 PM, Sebastian Rose wrote: > Kristofer Bergstrom writes: >> I am trying to use the clocktable dynamic block to generate monthly >> time reports for my work on a particular project.  I would like to >>

Re: [Orgmode] clocktable and :tags

2010-06-05 Thread Kristofer Bergstrom
Unfortunately, the :tags element of clocktable dynamic blocks does not seem to be functioning properly. Identical commands on Sebastian's system worked fine. The problem can be seen below in a test I'm using. Running C-c C-c while on the clocktable line updates the timestamp in the clocktable, b

[Orgmode] how to upgrade org-mode version?

2010-06-05 Thread Kristofer Bergstrom
I would like to upgrade my version of org-mode (I'm using Emacs23), with the hopes it will solve a problem of the :tags option not being evaluated in clocktable dynamic blocks. According to "M-x org-version", I am currently using 6.21b. Matt pointed me to http://orgmode.org/org-6.36c.tar.gz . Is

Re: [Orgmode] clocktable and :tags

2010-06-05 Thread Kristofer Bergstrom
/emacs/site-lisp/ cd /usr/share/emacs/site-lisp/org-6.36c following http://orgmode.org/manual/Installation.html#Installation : edit the top four variables in "Makefile" as described in Makefile make make-install restart emacs23 On Sat, Jun 5, 2010 at 3:30 PM, Bernt Hansen wrote: &