From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Overall organization/setup for org mode: Projects and Tasks Date: Wed, 14 Sep 2011 18:49:44 -0300 Message-ID: <4e71217d.0327650a.5e8d.ffffad40@mx.google.com> References: <87fwjzar2j.fsf@rat.lan> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3xL7-0004wX-Tb for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 17:49:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3xL6-0008OG-7R for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 17:49:53 -0400 Received: from mail-gw0-f52.google.com ([74.125.83.52]:56598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3xL6-0008OA-4g for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 17:49:52 -0400 Received: by gwb1 with SMTP id 1so708450gwb.39 for ; Wed, 14 Sep 2011 14:49:50 -0700 (PDT) In-Reply-To: <87fwjzar2j.fsf@rat.lan> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Olaf Dietsche Cc: org-mode I'm in the same situation and (lack of) consistence is my main problem. One thing that helps me is to define in my custom agenda commands one command that only returns the STARTED tasks (Bernt Hansen's website has more info about this). In this way I can quickly go back to a task that I started but didn't finished in the previous day, for instance. For my custom agenda commands I use --8<---------------cut here---------------start------------->8--- (setq org-agenda-custom-commands (quote ( (...) ("S" "Started Tasks" todo "STARTED" ((org-agenda-todo-ignore-with-date nil) (org-agenda-todo-ignore-scheduled nil))) (...) ))) --8<---------------cut here---------------end--------------->8--- -- Darlan At Wed, 14 Sep 2011 20:59:00 +0200, Olaf Dietsche wrote: > > Hi Alan, > > "Alan E. Davis" writes: > > > I've been using org-mode for a few years. My agenda is cluttered with tasks > > that are weeks and even months past due. I am "this close" to declaring > > "orgmode bankruptcy" and starting from scratch, except my current setup > > works so well for other things. Might still do that, but I want to ask for > > ideas. > > I (and many others) struggle too with becoming "organized". And usually > it's not a "tool bankruptcy", but the lack of a coherent system. > > What helped me to some degree - and I'm still learning - was David > Allen's book "Getting Things DONE". You will find lots of information > about GTD in the internet (google, youtube) and at the orgmode website > . I also took lots of good > ideas and .emacs snippets from Bernt Hansen's website at: > . > > And although GTD is a pretty simple system once you get it, I suggest, > take the time and read the book (your library might have a copy) and > start slowly from there on. > > > I stumble consistently over the distinction between projects and tasks. I > > think there is not clear distinction, but I need to find a way to organize > > them so that, at least, agenda displays the day to day TODO tasks separated > > in a meaningful way from the long term projects that I need to remind myself > > of (and there are dozens of these). > > Both projects and tasks result in actions, which have to be completed > eventually. So there's not really any difference in handling these, > besides maybe the number of single steps it takes to complete. > > And finally, paraphrasing Pete Phillips in > , there will be the > time, where you have to bite the bullet and "just do it". > > Regards, Olaf >