From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Farrell Subject: export weekly completed/late items Date: Mon, 7 Feb 2011 12:04:12 -0800 Message-ID: <19792.20540.58588.297888@bitter.patentinvestor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39416 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmYID-0008Bw-2w for emacs-orgmode@gnu.org; Mon, 07 Feb 2011 16:06:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmXJo-0008SG-3J for emacs-orgmode@gnu.org; Mon, 07 Feb 2011 15:04:16 -0500 Received: from smtp2.pacifier.net ([64.255.237.172]:42262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmXJn-0008S6-V1 for emacs-orgmode@gnu.org; Mon, 07 Feb 2011 15:04:16 -0500 Received: from bitter.patentinvestor.com (ip146.usw249.dsl-acs2.sea.iinet.com [209.20.249.146]) by smtp2.pacifier.net (Postfix) with ESMTP id A217C6A40D for ; Mon, 7 Feb 2011 12:04:12 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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