[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Todo Templates
From: |
Bernt Hansen |
Subject: |
[Orgmode] Re: Todo Templates |
Date: |
Fri, 21 Mar 2008 13:20:04 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Russell Adams <address@hidden> writes:
> So I'm setting up a sample project using column view to experiment
> with durations, assignment, etc.
>
> I've noticed that I'm duplicating my property drawer manually, and was
> curious if there is a way to setup a default property drawer for new
> items or a new todo hook I can tap into.
If you use column view (C-c C-x C-c) and enter durations it creates
property drawers in tasks that don't already have them.
There's also a function org-insert-property-drawer.
I've got the following setup:
(setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00 3:00 4:00
5:00 6:00 7:00 8:00")))
(setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated Effort){:}
%CLOCKSUM")
and I just C-c C-x C-c on a parent task and use S-right to assign the
effort durations to each task.
HTH,
Bernt