emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chris Henderson <henders254@gmail.com>
To: emacs-orgmode@gnu.org
Subject: GTD - Natural Planning Model properties - add automatically
Date: Sun, 14 Oct 2012 09:06:51 +1100	[thread overview]
Message-ID: <CAFrmxDcVGZJxKPEfoCHeo7ch8ZP=0ZZJbLUUCZj5O1Ey3Ocz8w@mail.gmail.com> (raw)

If I create a project (C-c c and press 'p' for Project) in the
project.org file, I would like the project to automatically inherit a
few properties like: Purpose, Outcome, Todo's and also date when the
project was added to the list.

How can I configure my .emacs file to achieve this?

I currently have:

(setq org-capture-templates
       '(("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks")
              "** TODO %?\n  %i Added:%U")
         ("j" "Journal" entry (file+datetree "~/org/journal.org")
              "* %?\nEntered on %U\n  %i\n  %a")))

Also: I would be interested to see how others implement natural
planning model in org-mode (I am currently reading Charles Cave's
write-up on this)

Thanks.

             reply	other threads:[~2012-10-13 22:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-13 22:06 Chris Henderson [this message]
2012-10-17 23:41 ` GTD - Natural Planning Model properties - add automatically Mike McLean
2012-10-18  6:50 ` Marcel van der Boom
2012-10-22  6:20 ` Short article on how I implement my GTD Ivan Kanis
2012-10-24 14:16   ` Bastien

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='CAFrmxDcVGZJxKPEfoCHeo7ch8ZP=0ZZJbLUUCZj5O1Ey3Ocz8w@mail.gmail.com' \
    --to=henders254@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).