emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Overall organization/setup for org mode: Projects and Tasks


From: Darlan Cavalcante Moreira
Subject: Re: [O] Overall organization/setup for org mode: Projects and Tasks
Date: Wed, 14 Sep 2011 18:49:44 -0300
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO)

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 <address@hidden> wrote:
> 
> Hi Alan,
> 
> "Alan E. Davis" <address@hidden> 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
> <http://orgmode.org/worg/org-gtd-etc.html>. I also took lots of good
> ideas and .emacs snippets from Bernt Hansen's website at:
> <http://doc.norang.ca/org-mode.html>.
> 
> 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
> <http://article.gmane.org/gmane.emacs.orgmode/4854>, there will be the
> time, where you have to bite the bullet and "just do it".
> 
> Regards, Olaf
> 



reply via email to

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