emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Workflow Ideas/questions


From: Peter Jones
Subject: [Orgmode] Re: Workflow Ideas/questions
Date: Wed, 25 Mar 2009 20:42:33 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (darwin)

"David Thole" <address@hidden> writes:
> I was thinking a bit about my workflow with org-mode, and I'm thinking
> that I should change up a bit of how I'm doing stuff.  Basically what I do
> now is use org-mode for my GTD stuff (that is, ticket management, notes
> about tickets, etc), and then use muse mode for other stuff.


I'm not sure I have any specific recommendations for you, but thought
I'd share my setup, and maybe it will help somehow.

I use Muse for writing documents and blog articles, and Org to manage my
entire life a la GTD.  I have my workflow split into the following
files:

| File           | Purpose                                              |
|----------------+------------------------------------------------------|
| checklists.org | Recuring tasks (pay phone bill), trigger lists, etc. |
| projects.org   | Projects with concrete action lists                  |
| review.org     | Information that I may need to review later, notes   |
| someday.org    | Projects that I might do someday, but not right now  |

I use top-level headings in the projects.org file to split my projects
into categories:

* Personal
** Some Personal Project
*** NEXT Next action
* Business
** Some Business Project
*** NEXT Next action

I also have one org file for each one of my clients.  These client files
have top-level headings that mirror my main files, for example:

* Notes / Review
* Checklists
* Someday / Maybe
* Projects

There is a file-level tag of :project: in the projects.org file, and in
the client files I tag the Projects heading with :project:.

Relevant org variables:

 org-stuck-projects '("+LEVEL=2+project|+LEVEL=3+subproject" ("NEXT" "PENDING") 
("single") "")

 org-agenda-custom-commands
 '(("d" "Daily Agenda"
    ((agenda ""
             ((org-agenda-todo-keyword-format "")
              (org-agenda-remove-tags t)))
     (tags "LEVEL=2+goals"
           ((org-agenda-remove-tags t)
            (org-agenda-prefix-format "  ")
           (org-agenda-todo-keyword-format "")))
     (todo "NEXT" 
           ((org-agenda-sorting-strategy '(tag-up))
            (org-agenda-show-inherited-tags nil)
            (org-agenda-todo-keyword-format "")))
     (todo "PENDING"
           ((org-agenda-todo-keyword-format "")))
     (stuck ""
            ((org-agenda-remove-tags t))))))

I look at the above agenda view several times a day (probably hundreds).
I narrow and widen the focus to specific contexts, and to client tasks
via tags throughout the day to keep from procrastinating.

Honestly, Org is the most import tool in my life.  After years of
playing with GTD and trying to make it work for me, Org finally put
everything into place.

HTH,

-- 
Peter Jones, http://pmade.com
pmade inc.  Louisville, CO US





reply via email to

[Prev in Thread] Current Thread [Next in Thread]