From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: AutOrg, and practice of GTD in a group Date: Tue, 22 Jun 2010 18:09:36 -0400 Message-ID: <87631ag1nj.fsf@gollum.intra.norang.ca> References: <20100622211941.GF520@now.cepheide.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38430 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORBf4-0002Sp-48 for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 18:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORBf2-00052z-Hb for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 18:09:41 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:64732) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORBf2-00052r-G5 for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 18:09:40 -0400 In-Reply-To: <20100622211941.GF520@now.cepheide.org> (Hellekin O. Wolf's message of "Tue\, 22 Jun 2010 21\:19\:41 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Hellekin O. Wolf" Cc: emacs-orgmode@gnu.org "Hellekin O. Wolf" writes: > How do you guys use CATEGORIES, PROPERTIES and TAGS in combination > with TODO states and Org-Agenda to optimize your GTD workflow? I use CATEGORIES mainly as a visual cue in my agenda to help categories tasks. Other than that it doesn't really do anything in my setup. TAGS I use for context and other convenient filters for grouping tasks. You can easily filter (removing or adding tasks) in the agenda by tag. I use PROPERTIES for effort estimates, blocking control, recording when tasks repeated last (for cyclic tasks) etc. TODO states are for action items (TODO, NEXT, DONE, CANCELLED, WAITING etc). > What strategy do you take when you have a personal SEQ_TODO and need > to work with other people, using a different SEQ_TODO? I would defined the SEQ_TODO in the file with #+TODO: TODO NEXT | DONE (or whatever is appropriate for that file). That overrides any global todo settings. All of my gory setup details are at http://doc.norang.ca/org-mode.html HTH, Bernt