emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* GTD - Natural Planning Model properties - add automatically
@ 2012-10-13 22:06 Chris Henderson
  2012-10-17 23:41 ` Mike McLean
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chris Henderson @ 2012-10-13 22:06 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-24 14:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-13 22:06 GTD - Natural Planning Model properties - add automatically Chris Henderson
2012-10-17 23:41 ` 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

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).