From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Martins Subject: Re: Contracts in Orgmode Date: Mon, 21 Dec 2009 20:18:23 -0200 Message-ID: <6ac505ad0912211418l17be1041t5c7c7fcc1c1fcf2d@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMqaD-00074g-HG for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 17:18:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMqa8-00073p-7K for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 17:18:28 -0500 Received: from [199.232.76.173] (port=37066 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMqa8-00073m-0c for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 17:18:24 -0500 Received: from mail-qy0-f196.google.com ([209.85.221.196]:46279) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NMqa7-0006WM-Ot for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 17:18:23 -0500 Received: by qyk34 with SMTP id 34so2780355qyk.14 for ; Mon, 21 Dec 2009 14:18:23 -0800 (PST) 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: Markus Heller Cc: emacs-orgmode@gnu.org Important question It has some relation with other topic on the list http://thread.gmane.org/gmane.emacs.orgmode/20780/focus=3D20857 2009/12/21 Markus Heller : > Hello all, > > please consider the following scenario: > > I have a contract with Client A; the contract is valid from January 1, 20= 10 > until March 31, 2010. =A0I want to clock all my work on tasks under this > contract, and of course *only* while the contract is valid. =A030 days be= fore > the expiry date, I'd like to get a reminder. > > After some googling and reading, I came up with the following for my org > file Client.org: > > * Contract A > =A0<%%(diary-block 01 01 2010 03 31 2010)> > > ** TODO Renew Contract > =A0 DEADLINE: <2010-03-31 Wed> > > ** Task A > =A0 :LOGBOOK: > > ** Task B > =A0 :LOGBOOK: > > I want to log the hours I spend on Task A and Task B, but as mentioned > before, *only* while the contract is valid. =A0How can I get orgmode to p= op up > a message in the status line (or whatever it's called :)) when I'm trying= to > clock in Task A or Task B before January 1, 2010 or after March 31, 2010? > > Any hints appreciated :) > > Thanks and Cheers > Markus > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >