emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: "Sébastien Vauban" <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Clock report (R from the agenda)
Date: Tue, 2 Nov 2010 09:43:30 +0100	[thread overview]
Message-ID: <71D83D0C-2C86-47D8-AC67-25DE9238E530@gmail.com> (raw)
In-Reply-To: <80vd4ohyml.fsf@mundaneum.com>

Hi Sebastian,

you should now be able to use `C-u R' to achieve this.
The lighter in the mode line will then switch from "Clock" to "Clock{}",
and the current tags filtering should apply to the clock table in the
agenda.

Please test this and report back.

Thanks.

- Carsten

On Oct 27, 2010, at 9:40 AM, Sébastien Vauban wrote:

> Hello,
>
> Here is a minimal example for comments about the agenda filtering  
> applied on
> the clock report of logged activities.
>
> *  
> Work 
>                                                                  :work 
> :
>  :PROPERTIES:
>  :CATEGORY: Work
>  :END:
>
> ** Client A
>
> *** DONE Work on offer
>    :LOGBOOK:
>    CLOCK: [2010-09-30 Thu 09:12]--[2010-09-30 Thu 12:35] =>  3:23
>    :END:
>
> ** Client B
>
> *** DONE Developed SQL scripts
>    :LOGBOOK:
>    CLOCK: [2010-09-30 Thu 13:20]--[2010-09-30 Thu 18:06] =>  4:46
>    :END:
>
> *  
> Personal 
>                                                              :home:
>  :PROPERTIES:
>  :CATEGORY: Personal
>  :END:
>
> ** DONE Lunch with Mary
>   :LOGBOOK:
>   CLOCK: [2010-09-30 Thu 19:49]--[2010-09-30 Thu 21:55] =>  2:06
>   :END:
>
> * Clock report
>
> ** Without tag filtering
>
> Commands:
> - C-c a a :: Show the agenda.
> - v d :: Switch to day view.
> - b :: Go backward in time to display yesterday.
> - l :: Toggle Logbook mode.
> - R :: Toggle Clockreport mode.
>
> Results:
> :                8:00-09:00 ________
> :   Work:        9:12-12:35 Clocked:   (3:23) DONE Work on  
> offer           :work::
> :               10:00-11:00 ________
> :               12:00-13:00 ________
> :   Work:       13:20-18:06 Clocked:   (4:46) DONE Developed SQL  
> scripts   :work::
> :               14:00-15:00 ________
> :               16:00-17:00 ________
> :               18:00-19:00 ________
> :   Personal:   19:49-21:55 Clocked:   (2:06) DONE Lunch with  
> Mary         :home::
> :               20:00-21:00 ________
> :               22:00-23:00 ________
> :
> : | File             | L | Headline             | Time    |      |
> : |------------------+---+----------------------+---------+------|
> : |                  |   | *Total time*         | *10:15* |      |
> : |------------------+---+----------------------+---------+------|
> : | Clock-Report.org |   | *File time*          | *10:15* |      |
> : | Clock-Report.org | 1 | Work                 | 8:09    |      |
> : | Clock-Report.org | 2 | Client A             |         | 3:23 |
> : | Clock-Report.org | 2 | Client B             |         | 4:46 |
> : | Clock-Report.org | 1 | Personal             | 2:06    |      |
> : | Clock-Report.org | 2 | DONE Lunch with Mary |         | 2:06 |
>
> ** With tag filtering
>
> Command:
> - / w :: filter on tag "work (w)".
>
> Results:
> :                8:00-09:00 ________
> :   Work:        9:12-12:35 Clocked:   (3:23) DONE Work on  
> offer           :work::
> :               10:00-11:00 ________
> :               12:00-13:00 ________
> :   Work:       13:20-18:06 Clocked:   (4:46) DONE Developed SQL  
> scripts   :work::
> :               14:00-15:00 ________
> :               16:00-17:00 ________
> :               18:00-19:00 ________
> :               20:00-21:00 ________
> :               22:00-23:00 ________
> :
> : | File             | L | Headline             | Time    |      |
> : |------------------+---+----------------------+---------+------|
> : |                  |   | *Total time*         | *10:15* |      |
> : |------------------+---+----------------------+---------+------|
> : | Clock-Report.org |   | *File time*          | *10:15* |      |
> : | Clock-Report.org | 1 | Work                 | 8:09    |      |
> : | Clock-Report.org | 2 | Client A             |         | 3:23 |
> : | Clock-Report.org | 2 | Client B             |         | 4:46 |
> : | Clock-Report.org | 1 | Personal             | 2:06    |      |
> : | Clock-Report.org | 2 | DONE Lunch with Mary |         | 2:06 |
>
> I don't see anymore the lines that have nothing to do with my job.  
> Though, I
> still see the associated time in the clock report under...
>
> Regenerating it (by disabling it and re-enabling it) does not change  
> anything:
> still there.
>
> For sure, this can _not_ be considered as a bug. Nobody never said  
> this should
> work like I (now) expect.
>
> Though, I guess such a feature would be benefitial for everybody --  
> as I don't
> see any reason for having the tag filtering only work with the diary  
> view, and
> not with the clock report under.
>
> Best regards,
>  Seb
>
> -- 
> Sébastien Vauban
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

  parent reply	other threads:[~2010-11-02 13:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-27  7:40 Clock report (R from the agenda) Sébastien Vauban
2010-10-27 16:29 ` Bernt Hansen
2010-11-02  8:43 ` Carsten Dominik [this message]
2010-11-04 15:39   ` Sébastien Vauban
2010-11-06 19:58     ` Carsten Dominik
2010-11-19 14:04       ` Sébastien Vauban
2010-11-19 18:38         ` Erik Iverson
2010-11-20 11:29           ` Carsten Dominik
2010-11-22 16:29             ` Erik Iverson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=71D83D0C-2C86-47D8-AC67-25DE9238E530@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wxhgmqzgwmuf@spammotel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).