emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Using org-mode for project replanning
@ 2014-07-30 15:12 Daniel Rigby
  0 siblings, 0 replies; only message in thread
From: Daniel Rigby @ 2014-07-30 15:12 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]

Hi all,

I've been using org-mode to track the time spent on various tasks in a
project. I'm now planning additional tasks, and for these new tasks I am
adding time estimates. The columnview dynamic block gives a nice summary of
the time I've spent on tasks and the time estimates.

I'm specifying the time estimates in hours and days. These are the settings
I'm using, although I'm just experimenting with this at the moment

(setq org-global-properties (quote (("Effort_ALL" . "1:00 2:00 3:00 4:00
5:00 6:00 .25d .5d 1d 2d 3d 4d 5d 1w 2w 3w 4w 0:00")
                                    ("STYLE_ALL" . "habit"))))

I am using the following property to set up the column view.

:COLUMNS: %80ITEM(Task) %TODO(Status) %Effort(Estimated time){:}
%CLOCKSUM(Actual time) %10Effort(Outstanding){:}

What I'm interested in tracking is how much time the outstanding tasks will
take - this should go in the 'Outstanding' column. Is there a way to print
the estimated time for outstanding tasks only? Maybe a table formula would
work a bit like "if Status == TODO then print estimated time else print 0".

It's a bit more complicated than it first looks because of how estimates in
days and weeks are interpreted.

Any ideas on how to populate the 'Outstanding' column?
Additionally, if possible, is there a way to make the table contain just
the outstanding tasks?

Many thanks.

[-- Attachment #2: Type: text/html, Size: 1606 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-30 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-30 15:12 Using org-mode for project replanning Daniel Rigby

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