From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kristofer Bergstrom Subject: Re: clocktable and :tags Date: Fri, 4 Jun 2010 18:11:27 -0700 Message-ID: References: <87wruejoc0.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36329 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKhv7-0005Sv-Ua for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 21:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKhv6-0007A2-GB for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 21:11:29 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:58213) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKhv6-00079w-Ba for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 21:11:28 -0400 Received: by gyg4 with SMTP id 4so1704776gyg.0 for ; Fri, 04 Jun 2010 18:11:27 -0700 (PDT) In-Reply-To: <87wruejoc0.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thank you very much for the input, Sebastian. I tried without the dash (and typed C-c C-x C-r to update the table) but the table still includes items not tagged ON or ADMIN, as shown below. I've tried with and without colons, with and without the quotes, and have tried other tags. I've also tried mangling the :tags option completely like ":tagsasdf" and there is no effect. It is as if the :tags modifier is not being read at all. The timestamp of the clocktable is updated and the minibuffer shows the update completing. Does :tags functionality depend on something elsewhere that I'm forgetting? Kris #+BEGIN: clocktable :tags "ON ADMIN" :block thismonth :maxlevel 2 :scope fi= le Clock summary at [2010-06-04 Fri 18:09], for June 2010. | L | Headline | Time | | |---+----------------------------------------------------+--------+------| | | *Total time* | *2:57* | | |---+----------------------------------------------------+--------+------| | 1 | DONE organize files in tempAudio | 0:03 | | |---+----------------------------------------------------+--------+------| | 1 | DONE Buy new slip mat | 0:09 | | | 2 | DONE Buy Butter Rugs | | 0:09 | |---+----------------------------------------------------+--------+------| | 1 | DONE Get files off camera | 0:57 | | |---+----------------------------------------------------+--------+------| | 1 | DONE Move cash in 2555 to new Schwab checking | 0:02 | | |---+----------------------------------------------------+--------+------| | 1 | DONE Update sound_input_list w/ Yoko's preferences | 0:05 | | |---+----------------------------------------------------+--------+------| | 1 | DONE Create zip of pics for Cleveland kids | 0:17 | | |---+----------------------------------------------------+--------+------| | 1 | DONE Take On van to mechanic | 0:46 | | |---+----------------------------------------------------+--------+------| | 1 | DONE review Many Sides, TsukiE, and Stroll | 0:16 | | |---+----------------------------------------------------+--------+------| | 1 | DONE Fix bike pedals | 0:22 | | #+END: On Fri, Jun 4, 2010 at 5:49 PM, Sebastian Rose wrot= e: > Kristofer Bergstrom writes: >> I am trying to use the clocktable dynamic block to generate monthly >> time reports for my work on a particular project. =A0I would like to >> have a tally of how much time I spent on tasks labelled with the >> ":ON:ADMIN:" tag. =A0Looking at a post by Adam Elliott from when the >> clocktable block was implemented, I think I'm on the right track, but >> my tables do not seem to be affected by the ":tags" option at all. =A0Am >> I doing something silly? > > I don't use tags a lot here. =A0But from what I understand, ":ON:ADMIN" > are to tags: "ON" and "ADMIN". > > >> #+BEGIN: clocktable :tags "ON-ADMIN" :block thismonth :maxlevel 2 :scope= file > > There's a dash too much. Should be "ON ADMIN": > > =A0#+BEGIN: clocktable :tags "ON ADMIN" ... > > > This works here. > > > Best wishes > > =A0Sebastian >