emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
To: Varnit Suri <vsuri@Brocade.COM>
Cc: emacs-orgmode@gnu.org
Subject: Re: GTD question - how to create Reference and Ticker files
Date: Sat, 18 Apr 2009 07:32:46 -0500	[thread overview]
Message-ID: <m24owmm9ap.fsf@fastmail.fm> (raw)
In-Reply-To: <57AC2FA1761300418C7AB8F3EA493C9702D238C3@HQ-EXCH-5.corp.brocade.com> (Varnit Suri's message of "Fri\, 17 Apr 2009 09\:23\:01 -0700")

Hi Varnit,

"Varnit Suri" <vsuri@Brocade.COM> writes:

> Hello,
>
> I 'm trying to implement the Getting Things Done approach using Org-mode
> (like many others!). 
>
> I 've been thinking of the best way to implement GTD's Reference and
> Tickler folders in Org-mode. I have a few thoughts of my own, but wanted
> to check with the community, in case anyone else has a better solution.
>
> My solutions are pretty 'raw' - just a text file (with links, etc) for
> the Reference and a Someday list for the Tickler. Anyone else has more
> sophisticated solutions? Any comments are appreciated.

The wonderful thing about org-mode is that there are many ways to
accomplish the same thing. For instance, one could have a file for
active projects and another file for someday/maybe items. Or one could
use tags to indicate someday/maybe items.

I myself use an inactive todo keyword (SOMEDAY) to remove items from my
active todo list.

E.g., 

--8<---------------cut here---------------start------------->8---
(setq org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "|" "DONE(d)" "WAITING(w)" "SOMEDAY(s)")))
--8<---------------cut here---------------end--------------->8---

With this setup I do planning in multiple org files, each of which
corresponds to an area of responsibility (household, finances, work1,
work2, family, friends, etc.). Thus if I want to mark something as
someday/maybe, I simply switch the todo to SOMEDAY. As a bonus, org-mode
inserts an inactive timestamp that lets me know when the item became
inactive. During reviews, I use the agenda to look over the SOMEDAY list
and switch any important items to TODO (and vice versa).

I use the agenda view to as my tickler file. I use timestamps as
follows:

1. Active timestamps: For appointments or things that have to be done on
   a particular day.

2. Scheduled timestamps: To postpone an item until a certain date -
   i.e., make an item show up on my agenda on x date and every day
   thereafter.

3. Deadline timestamps: To mark when an item is due. I can change the
   amount of warning time with a negative interval indicator in the
   timestamp. E.g., the following will start warning me about a deadline
   ten days in advance:

,----
| * PROJECT Project due
|   DEADLINE: <2009-06-01 Mon -10d>
`----

Hope this helps,
Matt

      parent reply	other threads:[~2009-04-18 12:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-17 16:23 GTD question - how to create Reference and Ticker files Varnit Suri
2009-04-18  5:01 ` Manish
2009-04-18  9:24   ` Friedrich Delgado Friedrichs
2009-04-19  0:05   ` Varnit Suri
2009-04-18 12:32 ` Matthew Lundin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m24owmm9ap.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=vsuri@Brocade.COM \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).