From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: About diary and time tracking Date: Sat, 13 Sep 2008 21:29:56 +0200 Message-ID: <0278AD87-9565-4654-A234-6355678C320C@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KebHR-0005DF-L2 for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KebHQ-0005Bc-08 for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:41 -0400 Received: from [199.232.76.173] (port=39450 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KebHP-0005BI-QR for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:39 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]:2101) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KebHP-0001Mn-IY for emacs-orgmode@gnu.org; Sat, 13 Sep 2008 15:59:39 -0400 Received: by ug-out-1314.google.com with SMTP id z36so429439uge.17 for ; Sat, 13 Sep 2008 12:59:38 -0700 (PDT) In-Reply-To: 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: Rustom Mody Cc: emacs-orgmode@gnu.org Hi Rustom, On Aug 4, 2008, at 8:25 AM, Rustom Mody wrote: > I gather (dont recall exactly from where) that there are alternatives > to using the builtin emacs diary (Subsection: Calendar Diary > Integration in Section Agenda views). the main alternative is to use the Org scheduling possibilities, and to include diary sexp entries directly into Org files. > Likewise I think Carsten has written somewhere that the time tracking > setup of Sacha Chua at > http://sachachua.com/wp/2007/12/30/clocking-time-with-emacs-org/ > has largely been incorporated into later versions of org. This mainly referes to the following: 1. You can request that clocking in an entry will switch its TODO state, see the variable org-`clock-in-switch-to-state' 2. The clock time tables accept a ":step" parameter that allows to split the report into steps like days or weeks. HTH - Carsten