emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* export weekly completed/late items
@ 2011-02-07 20:04 Kyle Farrell
  2011-02-08 18:14 ` Marcelo de Moraes Serpa
  0 siblings, 1 reply; 6+ messages in thread
From: Kyle Farrell @ 2011-02-07 20:04 UTC (permalink / raw)
  To: emacs-orgmode

I'm trying to create a weekly report of items completed or
outstanding.  I'd like to bucket these by status.  I've got my entries
with a DEADLINE calendar date set.

For example given the org input:

* TODO Fix bug for software project X
   DEADLINE: <2011-02-07 Mon>
* DONE Update documentation for feature Y
   DEADLINE: <2011-02-09 Wed>
* DONE Scope out new version of Z
   DEADLINE: <2011-02-09 Wed>
* TODO Code new version of Z
   DEADLINE: <2011-02-17 Thu>

I'd like to bucketize these based on the current date TODO status.  If
the date is 2/11/2011, based on the deadline and the status I'd like
to see:

  Missed:
  2011-02-07: Fix bug for software project X

  Completed:
  2011-02-09: Update documentation for feature Y
  2011-02-09: Scope out new version of Z

  Coming up:
  2011-02-17: Code new version of Z


Am I best using an agenda view to create this?  Or would this be in a
custom exporter?

thanks!
-Kyle

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

end of thread, other threads:[~2011-02-09 16:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-07 20:04 export weekly completed/late items Kyle Farrell
2011-02-08 18:14 ` Marcelo de Moraes Serpa
2011-02-08 19:30   ` Kyle Farrell
2011-02-09 15:36     ` Christopher Allan Webber
2011-02-09 16:41       ` Marcelo de Moraes Serpa
2011-02-09 16:52         ` 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).