emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* tasks, clocks, and notes
@ 2015-02-12 16:06 hymie!
  2015-02-12 17:29 ` Subhan Michael Tindall
  0 siblings, 1 reply; 3+ messages in thread
From: hymie! @ 2015-02-12 16:06 UTC (permalink / raw)
  To: emacs-orgmode

Greetings.

I have a funny feeling I asked this before, but I can't remember and I
couldn't find it in a search.

So let's say I have a task -- fix a computer.  I add some memory, I test the
new memory and that doesn't solve the problem, and then I finally figure out
it was the video driver.

I could log that this way:

* fix the computer
**  added memory to the machine
    CLOCK: [2015-01-28 Wed 12:36] -- [2015-01-28 Wed 13:14]
**  memory didn't resolve the problem
    CLOCK: [2015-01-28 Wed 13:28] -- [2015-01-28 Wed 13:53]
**  finally found it -- it was the video driver
    CLOCK: [2015-01-29 Thu 09:12] -- [2015-01-29 The 11:30]

but then my Agenda will have pretty disjoint notes about "added memory to
the machine".  I'd prefer that the Agenda either say "fix the computer"
or (even better) "fix the computer -- added memory to the machine".

Is there something I can do that would add "notes" to an individual clock
entry, something like

* fix the computer
    CLOCK: [2015-01-28 Wed 12:36] -- [2015-01-28 Wed 13:14]
    added memory to the machine
    CLOCK: [2015-01-28 Wed 13:28] -- [2015-01-28 Wed 13:53]
    memory didn't resolve the problem
    CLOCK: [2015-01-29 Thu 09:12] -- [2015-01-29 The 11:30]
    finally found it -- it was the video driver

that would still leave the clock lines "attached" to the main task, but
still keep some individual notes about the various pieces of the task?

--hymie!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tasks, clocks, and notes
  2015-02-12 16:06 tasks, clocks, and notes hymie!
@ 2015-02-12 17:29 ` Subhan Michael Tindall
  2015-02-13 14:07   ` hymie
  0 siblings, 1 reply; 3+ messages in thread
From: Subhan Michael Tindall @ 2015-02-12 17:29 UTC (permalink / raw)
  To: 'hymie!', emacs-orgmode@gnu.org

Try
'(org-log-note-clock-out t)

This gives you something like this:
* WORK break
This is my break log
   CLOCK: [2015-02-04 Wed 11:20]--[2015-02-04 Wed 11:30] =>  0:10
   - coffee
   CLOCK: [2015-02-04 Wed 09:52]--[2015-02-04 Wed 10:16] =>  0:24
   - coffee, walk
   CLOCK: [2015-02-03 Tue 09:35]--[2015-02-03 Tue 09:45] =>  0:10
   - walk

Now, now to get a coherent report out of them other than by looking at the TODO is not something I've worked out yet

> -----Original Message-----
> From: emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org
> [mailto:emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org] On
> Behalf Of hymie!
> Sent: Thursday, February 12, 2015 8:07 AM
> To: emacs-orgmode@gnu.org
> Subject: [O] tasks, clocks, and notes
> 
> Greetings.
> 
> I have a funny feeling I asked this before, but I can't remember and I couldn't
> find it in a search.
> 
> So let's say I have a task -- fix a computer.  I add some memory, I test the
> new memory and that doesn't solve the problem, and then I finally figure out
> it was the video driver.
> 
> I could log that this way:
> 
> * fix the computer
> **  added memory to the machine
>     CLOCK: [2015-01-28 Wed 12:36] -- [2015-01-28 Wed 13:14]
> **  memory didn't resolve the problem
>     CLOCK: [2015-01-28 Wed 13:28] -- [2015-01-28 Wed 13:53]
> **  finally found it -- it was the video driver
>     CLOCK: [2015-01-29 Thu 09:12] -- [2015-01-29 The 11:30]
> 
> but then my Agenda will have pretty disjoint notes about "added memory to
> the machine".  I'd prefer that the Agenda either say "fix the computer"
> or (even better) "fix the computer -- added memory to the machine".
> 
> Is there something I can do that would add "notes" to an individual clock
> entry, something like
> 
> * fix the computer
>     CLOCK: [2015-01-28 Wed 12:36] -- [2015-01-28 Wed 13:14]
>     added memory to the machine
>     CLOCK: [2015-01-28 Wed 13:28] -- [2015-01-28 Wed 13:53]
>     memory didn't resolve the problem
>     CLOCK: [2015-01-29 Thu 09:12] -- [2015-01-29 The 11:30]
>     finally found it -- it was the video driver
> 
> that would still leave the clock lines "attached" to the main task, but still keep
> some individual notes about the various pieces of the task?
> 
> --hymie!
> 


This message is intended for the sole use of the individual and entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message.  Thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tasks, clocks, and notes
  2015-02-12 17:29 ` Subhan Michael Tindall
@ 2015-02-13 14:07   ` hymie
  0 siblings, 0 replies; 3+ messages in thread
From: hymie @ 2015-02-13 14:07 UTC (permalink / raw)
  To: Subhan Michael Tindall; +Cc: 'hymie!', emacs-orgmode@gnu.org

That is perfect!  Thank you!

--hymie!    http://lactose.homelinux.net/~hymie     hymie@lactose.homelinux.net
My fitbit says I've walked 1582 steps today (as of 08:54).

Subhan Michael Tindall writes:
>Try
>'(org-log-note-clock-out t)
>
>This gives you something like this:
>* WORK break
>This is my break log
>   CLOCK: [2015-02-04 Wed 11:20]--[2015-02-04 Wed 11:30] =3D>  0:10
>   - coffee
>   CLOCK: [2015-02-04 Wed 09:52]--[2015-02-04 Wed 10:16] =3D>  0:24
>   - coffee, walk
>   CLOCK: [2015-02-03 Tue 09:35]--[2015-02-03 Tue 09:45] =3D>  0:10
>   - walk

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-13 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 16:06 tasks, clocks, and notes hymie!
2015-02-12 17:29 ` Subhan Michael Tindall
2015-02-13 14:07   ` hymie

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).