Re: [Orgmode] Another GTD question.

2006-09-29 Thread Christopher Kuettner

to use Org-mode for GTD.

; self-documenting org-mode gtd-outline

* @today
** TODO [#A] next action items I have to do today (hard landscape)
** TODO [#B] actions I want to do today (to plan ahead gives my day some 
flow, since I work at home alone

** TODO [#B] I do: org-agenda-include-diary t
** TODO [#B] agenda is set to org-agenda-include-all-todo t
** TODO [#B] so I can work nicely off the daily *Agenda* while at 
computer (*Agenda* = hard landscape)

* @waiting for
- a list
- with waiting-for items
* @agenda
- another plain list
  - sometimes I have more than one
  - topic to share with a give persona
- actually this list is named @messaging because agenda is an org-mode 
reserved word

* @todo
 1. a sorted list of all my other next actions for @computer,
 2. @phone, @office, @desk contexts
 3. I sort roughly in the order I want to tackle them
 4. I try to get them all done 'til the next weekly review
 5. again: since working from home there are not that much 
interruptions, so the whole gtdish @whatyoucandonow has to emulate some 
workday-structure too.

 6. when @today is empty I work off this list
* @projects
 1. sorted list of projects inventory
 2. I try to have only the projects her, I am working on this week or 
the next

 3. project support materials are in directories in my home-dir
* someday
 ** already commited but not this week
 DROPLINE: 
* maybe
 ** whatever I have in this bucket comes
 ** sorted by importance because it is so much
* Special Areas Of Focus
** a structure of my
*** working environment
 and it's subsets
 like for example 'office management
 or 'mac maintenance
** as a checklist to
*** gain overview while higher-level thinking is enabled
*** or to spin of new projects during weekly review
* daily major activities
I have a table here with things I want to do daily/weekly on a regular 
basis. Normally I print this out and mark the fields 'done after 
completion thorough the week.

* incoming
Some lines of text that tend to get appended her by some scripts or my 
hands from the device driver's CLI environment. (I run MAC OS X as 
device driver for my Emacs OS)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Another GTD question.

2006-09-29 Thread Alex Bochannek
Charles, Uwe, Christopher,

thank you very much for your surprisingly diverse replies! It seems
everybody is coming up with a slightly different model and I am
starting to think that using a computer rather than the folders David
Allen proposes maybe gives you *too much* flexibility ;-)

Charles unintentionally gave a great example of what I have discovered
bothers me a bit about the different lists in GTD:

Charles Cave <[EMAIL PROTECTED]> writes:

>> o Call the bank about personal statements   :PHONE:
>> o Go to post office to buy stamps  :ERRANDS:
>> o Wait for SysAdmin to finish server install :WAITING:
>> o Hang new pictures at home :HOME:
>> o Discuss new development process with boss  :BOSS:
> (Create a tag for items (agenda) to discuss with your boss
>> o Read through vendor proposal  :READING:
>(Can this reading be done at home or on your train trip to
>  work? Reading is one of those activities that can be done almost
>  anywhere)
>> o Server Install project at work:OFFICE:
>> o Install software upgrade on laptop :OFFICE:
>> o Learn more about font-lock in Org-mode :OFFICE:
>
> So when you are at the office, you display the tags for OFFICE.
>
> If you set up a meeting with your boss, you search for :BOSS so you
> get the most out of your meeting with the boss.
>
> When you are reviewing what you are waiting for, use the WAITING tag.
>
> During your lunch break, you search for ERRANDS.

The items tagged PHONE, ERRANDS, OFFICE are pretty much obvious,
although the "Server Install" should probably be on a PROJECT list of
some sort. The READING, BOSS, and WAITING are trickier I
think. The tags are using the list names where most Next Action
sublists are essentially contexts. The Agenda and Reading lists aren't
quite the same though since Agenda is missing the information whose
agenda it is and reading isn't really a context, but an activity,
which is context independent. WAITING (and PROJECT) is even worse in a
way since once I have dozens of those, how do I find out who I am
waiting for, for example?

I have to say that I liked Christopher's example. No messing around
with tags and integration of diary and agenda. I suspect though that
Christopher is spending most of his day in front of a computer and not
a whole lot of time in meetings, for example, where next actions come
up. Is that suspicion correct? Also, do you include personal items in
the lists or is this pretty much just for work tasks?

The way Uwe uses different files as categories and tags as meta info
is something I do as well. Here's the structure I have come up with
and that I would be happy to have critiqued.

I am using my existing Notes.org file now with a #+CATEGORY: Work, a
new Lists.org fiel with a couple of different categories, one of which
is Home, and a Projects.org file for Work with just projects.

Since I keep meeting notes in Notes.org, I have #+TAGS set up to
include contexts as well as the meta info for different technical
areas. The contexts I use are:

#+TAGS: CALL(c) COMPUTER(o) ERRANDS(e) { @WORK(w) @HOME(h) } AGENDA(a) 
READING(r) 

I decided to make the general lists categories TODO types:

#+TYP_TODO: NEXT WAITING SOMEDAY PROJECT DONE

I am not sure yet that I really happy with this, but at least I can
show my TODO list now and have items listed as:

  Work: NEXT Do software thing :COMPUTER:Software:
  Work: WAITING Delivery of software :Software:
  Home: SOMEDAY Books to Read
  Home: NEXT: Buy Stamps :ERRANDS:

Or something along those lines. I am not really sure what to do with
the meta tags and whether I should attach them to WAITING items, for
example. There is no way to limit a view by tag or search string in
the TODO view, is there? That would make them a lot more useful to me.

Alex.


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode