From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaolong Tang Subject: Timeline View Ouput for a Project Date: Fri, 15 Jan 2010 01:36:24 -0600 Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVgjU-0007q3-D3 for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 02:36:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVgjN-0007o6-Bm for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 02:36:34 -0500 Received: from [199.232.76.173] (port=34249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVgjM-0007np-Tm for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 02:36:28 -0500 Received: from mail-yx0-f191.google.com ([209.85.210.191]:55977) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVgjM-0002Ee-Gn for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 02:36:28 -0500 Received: by yxe29 with SMTP id 29so687688yxe.14 for ; Thu, 14 Jan 2010 23:36:27 -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 mailing list Hi all, I am in the case of keep tracking of my development on a project in org-mode. Suppose that I have a project called "lambda". Preferably I set up a file "lambda.org" for this project. Each day I may push more TODO lists into the project while making some progress on those TODO lists set up before (All of the TODO lists are with the same tag, for example, "lambda"). In order to report my performance, each time I start to work on the project, I check in by "C-c C-x C-i", namely, clock-in, and check out by "C-c C-x C-o", namely, clock-out. So far so good with the org-mode. Next, I expect to have the per day report of the project in terms of the items and the daily time length I spend on these times. In my mind, the view looks like something as below: Monday 11 January 2010 Scheduled [Headline] TODO [Headline] [Time Length] :@lambda:: TODO [Headline] [Time Length] :@lambda:: ... Tuesday 12 January 2010 Scheduled [Headline] TODO [Headline] [Time Length] :@lambda:: TODO [Headline] [Time Length] :@lambda:: ... ... The timeline view of a single org file does not fit, and neither does the agenda view with clock report. So, I am wondering how I can achieve to have the daily report on a project. If my mental model on a project tracking does not make much sense, is there any suggestions or advices for using Org-mode to keep track of the development of a project? Thanks, Xiaolong