emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] GTD - Natural Planning Model properties - add automatically


From: Marcel van der Boom
Subject: Re: [O] GTD - Natural Planning Model properties - add automatically
Date: Thu, 18 Oct 2012 08:50:46 +0200

On zo 14-okt-2012 09:06
Chris Henderson <address@hidden> wrote:

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

For the last bit I use org-expiry.el with a little glue.

The idea I wanted to implement was that when a TODO/PROJECT item was
created, a property with the current date should be inserted
automatically. The main feature I was looking for was creating a list
of incomplete items sorted or grouped by that date.

org-expiry.el contains the function, 'org-expiry-insert-created', to
insert a 'created' property. To have that work the way I
wanted it I added an advice to two functions. One to
'org-insert-todo-heading' to have the created property inserted when
creating an new todo heading. The other advices 'org-capture' to do the
same when capturing new todo items.

The snippet which does the above is here:
https://gist.github.com/3910203

marcel
-- 
Marcel van der Boom  -- http://hsdev.com/mvdb.vcf
HS-Development BV    -- http://www.hsdev.com
We use bitcoin!      -- http://bitcoin.org



reply via email to

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