emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sébastien Vauban" <zthjwsqqafhv-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Clocking work time with a date not a time only
Date: Thu, 02 Apr 2009 16:49:58 +0200	[thread overview]
Message-ID: <87zlezm7op.fsf@mundaneum.com> (raw)
In-Reply-To: <DC748614-4A82-44BE-A891-DC919ECF8264-V/Xpf/srekw@public.gmane.org> (Carsten Dominik's message of "Thu, 2 Apr 2009 16:11:10 +0200")

Hi Carsten,

Carsten Dominik wrote:
> Carsten Dominik wrote:
>>> Carsten Dominik wrote:
>>>> Sébastien Vauban wrote:
>>>>> - how can I associate a one-line comment to every block of time that I
>>>>>   clock?
>>>>>
>>>>>   The goal is to be able to justify, later, what I did on the different
>>>>>   days I worked for them (and put that in their bill).
>>>>
>>>> #+STARTUP: lognoteclock-out
>>>
>>> Done. Works as expected. Thanks.
>>>
>>>
>>>>> - is there a possibility to get back, out of such a file, a
>>>>>   chronological view of the whole file (where all projects are mixed)?
>>>>
>>>> This is what the timeline buffer is for:
>>>>
>>>> C-c a L
>>>>
>>>> to get the buffer,
>>>>
>>>> then press `l' or even `C-u l'
>>>>
>>>> to get logging information included into this time-sorted display
>>>
>>> Done. But partially works...
>>>
>>> Pressing `l' or `C-u l' gives me the same results:
>>>
>>> --8<---------------cut here---------------start------------->8---
>>> Wednesday   1 April 2009
>>> Clocked:   (2:55) Client1
>>> Clocked:   (0:30) Client2
>>> Clocked:   (3:20) Client1
>>> Clocked:   (0:45) Client2
>>> -------------------------------------------------------------------------------
>>> Thursday    2 April 2009
>>> Clocked:   (3:35) Client1
>>> Clocked:   (0:24) Client1
>>> --8<---------------cut here---------------end--------------->8---
>>>
>>> I never see the log note that's though stored in my Org file:
>>>
>>> --8<---------------cut here---------------start------------->8---
>>> * 2009-04
>>>
>>> *** Client1
>>>   :LOGBOOK:
>>>   CLOCK: [2009-04-01 Wed 09:05]--[2009-04-01 Wed 12:00] =>  2:55
>>>   CLOCK: [2009-04-01 Wed 13:10]--[2009-04-01 Wed 16:30] =>  3:20
>>>   CLOCK: [2009-04-02 Thu 08:55]--[2009-04-02 Thu 12:30] =>  3:35
>>>   - Worked on Web site.
>>>   CLOCK: [2009-04-02 Thu 13:26]--[2009-04-02 Thu 13:50] =>  0:24
>>>   - Testing Org chronological view with logs.
>>>   :END:
>>>
>>> *** Client2
>>>   :LOGBOOK:
>>>   CLOCK: [2009-04-01 Wed 12:00]--[2009-04-01 Wed 12:30] =>  0:30
>>>   - Searched info for mail.
>>>   CLOCK: [2009-04-01 Wed 16:30]--[2009-04-01 Wed 17:15] =>  0:45
>>>   - Sent mail (after long discussion about bandwidth).
>>>   :END:
>>>
>>> * Setup
>>>
>>> #+STARTUP: lognoteclock-out
>>> --8<---------------cut here---------------end--------------->8---
>>
>> No, the notes are not displayed in the time line, that is correct.

What is the difference between `l' and `C-u l', then?

I thought that "press[ing] `C-u l' to get logging information included into
this time-sorted display" just meant that...


>> Press space to see the note or use follow-mode. Hmm, that might not work in
>> a drawer.........
>
> I just tried, the drawers will be openend when you press SPC or when you use
> follow-mode (toggle it with "f"). So you will be able to see the
> information, even if it is in another window.

That is simply great!  Waouwww.

But, still, is there any obvious way to get a view similar to that one (it may
be completely different -- just speaking of the information that's somehow
displayed)?

--8<---------------cut here---------------start------------->8---
Wednesday   1 April 2009
Clocked:   (2:55) Client1
Clocked:   (0:30) Client2 - Searched info for mail.
Clocked:   (3:20) Client1
Clocked:   (0:45) Client2 - Sent mail (after long discussion about bandwidth).
-------------------------------------------------------------------------------
Thursday    2 April 2009
Clocked:   (3:35) Client1 - Worked on Web site.
Clocked:   (0:24) Client1 - Testing Org chronological view with logs.
--8<---------------cut here---------------end--------------->8---

The fact is, in my company (where I just am an employee), I have to give out
to our accountant 2 things at the end of every month:

    o   a list of time spent per client (the table is great therefore);

    o   a chronological view, with notes, so that she can put dates and
        summary justifications in the bill she sends to them.

The first one is available as is. My question goes for the second type of
information.

Best regards. And, once again, many thanks for your helping handS!
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  parent reply	other threads:[~2009-04-02 14:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-01 13:56 Clocking work time with a date not a time only Giovanni Ridolfi
     [not found] ` <155496.90395.qm-+muOpk2Ss/nGRxTy+Q50vsz6deESKz/lQQ4Iyu8u01E@public.gmane.org>
2009-04-02  8:55   ` Sébastien Vauban
2009-04-02  9:37     ` Carsten Dominik
     [not found]       ` <AAD9B813-70C7-4F6E-8053-A642F3C7FD65-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-04-02 12:08         ` Sébastien Vauban
2009-04-02 14:01           ` Carsten Dominik
2009-04-02 14:11             ` Carsten Dominik
     [not found]               ` <DC748614-4A82-44BE-A891-DC919ECF8264-V/Xpf/srekw@public.gmane.org>
2009-04-02 14:49                 ` Sébastien Vauban [this message]
2009-04-02 16:23                   ` Carsten Dominik
2009-04-03  8:49                   ` Carsten Dominik
2009-04-03 10:20                     ` Jan Buchal
2009-04-03 10:32                       ` Carsten Dominik
2009-04-03 11:58                     ` Sébastien Vauban
     [not found]                       ` <87myayc5jn.fsf-pwAqS3aGAJQybS5Ee8rs3A@public.gmane.org>
2009-04-03 12:10                         ` Sébastien Vauban
2009-04-03 16:58                           ` Carsten Dominik
  -- strict thread matches above, loose matches on Subject: below --
2009-03-31 13:24 Jan Buchal

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=87zlezm7op.fsf@mundaneum.com \
    --to=zthjwsqqafhv-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /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).