emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] clocktable and :tags


From: Kristofer Bergstrom
Subject: Re: [Orgmode] clocktable and :tags
Date: Fri, 4 Jun 2010 18:11:27 -0700

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 file
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 <address@hidden> wrote:
> Kristofer Bergstrom <address@hidden> 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
>> 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, I think I'm on the right track, but
>> my tables do not seem to be affected by the ":tags" option at all.  Am
>> I doing something silly?
>
> I don't use tags a lot here.  But 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":
>
>  #+BEGIN: clocktable :tags "ON ADMIN" ...
>
>
> This works here.
>
>
> Best wishes
>
>  Sebastian
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]