"David Thole" <dth...@gmail.com> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode