emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Recording results of TODO items
@ 2014-04-15 23:16 William Kunkel
  2014-04-16  2:27 ` Eric Abrahamsen
  0 siblings, 1 reply; 5+ messages in thread
From: William Kunkel @ 2014-04-15 23:16 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

Is there a standard way to record the outcomes of certain TODO items? For
example, I had a TODO item to research and come to a decision about part of
the architecture of a software project I'm starting, and I'd like to record
the result of that TODO item, that is, the decision that I made. I found
"closing notes" for TODO items, but that's an option that applies to all
TODO items and seems more intended for brief remarks (to me, at least). Is
using the closing notes functionality my best bet, or is there something
better?

Thanks,
Will

[-- Attachment #2: Type: text/html, Size: 623 bytes --]

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

* Re: Recording results of TODO items
  2014-04-15 23:16 Recording results of TODO items William Kunkel
@ 2014-04-16  2:27 ` Eric Abrahamsen
  2014-04-16  2:29   ` William Kunkel
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Abrahamsen @ 2014-04-16  2:27 UTC (permalink / raw)
  To: emacs-orgmode

William Kunkel <will@wkunkel.com> writes:

> Is there a standard way to record the outcomes of certain TODO items?
> For example, I had a TODO item to research and come to a decision
> about part of the architecture of a software project I'm starting,
> and I'd like to record the result of that TODO item, that is, the
> decision that I made. I found "closing notes" for TODO items, but
> that's an option that applies to all TODO items and seems more
> intended for brief remarks (to me, at least). Is using the closing
> notes functionality my best bet, or is there something better?
>
> Thanks,
> Will

I do usually use the logging/notes functionality, but if you need more
text, why not just make it the body of the TODO? A TODO is a heading
like any other, you can just put a description of the outcome underneath
it. If that gets unwieldy, separate the bits into multiple sub-headings,
and/or make the TODO itself one smaller part of a larger TODO.

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

* Re: Recording results of TODO items
  2014-04-16  2:27 ` Eric Abrahamsen
@ 2014-04-16  2:29   ` William Kunkel
  2014-04-16  2:48     ` Eric Abrahamsen
  0 siblings, 1 reply; 5+ messages in thread
From: William Kunkel @ 2014-04-16  2:29 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

I could well add it in a sub-heading under the TODO, I was just curious if
there was a built-in org-mode way that I ought to be using instead of
rolling something of my own.

Cheers,
Will


On Tue, Apr 15, 2014 at 10:27 PM, Eric Abrahamsen
<eric@ericabrahamsen.net>wrote:

> William Kunkel <will@wkunkel.com> writes:
>
> > Is there a standard way to record the outcomes of certain TODO items?
> > For example, I had a TODO item to research and come to a decision
> > about part of the architecture of a software project I'm starting,
> > and I'd like to record the result of that TODO item, that is, the
> > decision that I made. I found "closing notes" for TODO items, but
> > that's an option that applies to all TODO items and seems more
> > intended for brief remarks (to me, at least). Is using the closing
> > notes functionality my best bet, or is there something better?
> >
> > Thanks,
> > Will
>
> I do usually use the logging/notes functionality, but if you need more
> text, why not just make it the body of the TODO? A TODO is a heading
> like any other, you can just put a description of the outcome underneath
> it. If that gets unwieldy, separate the bits into multiple sub-headings,
> and/or make the TODO itself one smaller part of a larger TODO.
>
>
>

[-- Attachment #2: Type: text/html, Size: 1801 bytes --]

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

* Re: Recording results of TODO items
  2014-04-16  2:48     ` Eric Abrahamsen
@ 2014-04-16  2:48       ` William Kunkel
  0 siblings, 0 replies; 5+ messages in thread
From: William Kunkel @ 2014-04-16  2:48 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

Alright, I'll just do my own thing then, I suppose. Thanks!

On Tue, Apr 15, 2014 at 10:48 PM, Eric Abrahamsen
<eric@ericabrahamsen.net>wrote:

> William Kunkel <will@wkunkel.com> writes:
>
> > I could well add it in a sub-heading under the TODO, I was just
> > curious if there was a built-in org-mode way that I ought to be using
> > instead of rolling something of my own.
>
> Ah, no -- I think the state-change note is about as built-in as it gets...
>
> > Cheers,
> > Will
> >
> >
> > On Tue, Apr 15, 2014 at 10:27 PM, Eric Abrahamsen <
> > eric@ericabrahamsen.net> wrote:
> >
> >     William Kunkel <will@wkunkel.com> writes:
> >
> >     > Is there a standard way to record the outcomes of certain TODO
> >     items?
> >     > For example, I had a TODO item to research and come to a
> >     decision
> >     > about part of the architecture of a software project I'm
> >     starting,
> >     > and I'd like to record the result of that TODO item, that is,
> >     the
> >     > decision that I made. I found "closing notes" for TODO items,
> >     but
> >     > that's an option that applies to all TODO items and seems more
> >     > intended for brief remarks (to me, at least). Is using the
> >     closing
> >     > notes functionality my best bet, or is there something better?
> >     >
> >     > Thanks,
> >     > Will
> >
> >     I do usually use the logging/notes functionality, but if you need
> >     more
> >     text, why not just make it the body of the TODO? A TODO is a
> >     heading
> >     like any other, you can just put a description of the outcome
> >     underneath
> >     it. If that gets unwieldy, separate the bits into multiple
> >     sub-headings,
> >     and/or make the TODO itself one smaller part of a larger TODO.
> >
> >
>
>
>

[-- Attachment #2: Type: text/html, Size: 2704 bytes --]

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

* Re: Recording results of TODO items
  2014-04-16  2:29   ` William Kunkel
@ 2014-04-16  2:48     ` Eric Abrahamsen
  2014-04-16  2:48       ` William Kunkel
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Abrahamsen @ 2014-04-16  2:48 UTC (permalink / raw)
  To: emacs-orgmode

William Kunkel <will@wkunkel.com> writes:

> I could well add it in a sub-heading under the TODO, I was just
> curious if there was a built-in org-mode way that I ought to be using
> instead of rolling something of my own.

Ah, no -- I think the state-change note is about as built-in as it gets...

> Cheers,
> Will
>
>
> On Tue, Apr 15, 2014 at 10:27 PM, Eric Abrahamsen <
> eric@ericabrahamsen.net> wrote:
>
>     William Kunkel <will@wkunkel.com> writes:
>    
>     > Is there a standard way to record the outcomes of certain TODO
>     items?
>     > For example, I had a TODO item to research and come to a
>     decision
>     > about part of the architecture of a software project I'm
>     starting,
>     > and I'd like to record the result of that TODO item, that is,
>     the
>     > decision that I made. I found "closing notes" for TODO items,
>     but
>     > that's an option that applies to all TODO items and seems more
>     > intended for brief remarks (to me, at least). Is using the
>     closing
>     > notes functionality my best bet, or is there something better?
>     >
>     > Thanks,
>     > Will
>    
>     I do usually use the logging/notes functionality, but if you need
>     more
>     text, why not just make it the body of the TODO? A TODO is a
>     heading
>     like any other, you can just put a description of the outcome
>     underneath
>     it. If that gets unwieldy, separate the bits into multiple
>     sub-headings,
>     and/or make the TODO itself one smaller part of a larger TODO.
>    
>    

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

end of thread, other threads:[~2014-04-16  2:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 23:16 Recording results of TODO items William Kunkel
2014-04-16  2:27 ` Eric Abrahamsen
2014-04-16  2:29   ` William Kunkel
2014-04-16  2:48     ` Eric Abrahamsen
2014-04-16  2:48       ` William Kunkel

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