From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG? Repeating Deadline with -0d has wrong face in the agenda Date: Fri, 29 Feb 2008 20:46:29 +0100 Message-ID: References: <87ablj7ol8.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v919.2) 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 1JVBBl-0003W9-VG for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 14:46:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVBBk-0003Vt-4t for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 14:46:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVBBj-0003Vq-Vl for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 14:46:36 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVBBj-0003pE-Ex for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 14:46:35 -0500 Received: by ug-out-1314.google.com with SMTP id a2so472779ugf.48 for ; Fri, 29 Feb 2008 11:46:34 -0800 (PST) In-Reply-To: <87ablj7ol8.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Carsten Dominik , Org Mode Mailing List Fixed, thanks. - Carsten On Feb 29, 2008, at 4:46 PM, Bernt Hansen wrote: > Hi Carsten, > > I have a monthly repeating deadline defined as > > ,----[ Org file entry ] > | * Some Client > | *** TODO Invoicing and Archive Tasks > | DEADLINE: <2008-03-01 Sat +1m -0d> > `---- > > Deadlines normally appear in the agenda in all red text (which is > great!) as they get closer to the due date. > > This works fine for > > DEADLINE: <2008-03-01 Sat +1m -1d> > > However I don't need any advance warning on this task. I want it to > get > done on time and not bug me until that day shows up. So I use the -0d > entry. > > This works but the task doesn't stand out on the agenda as a red > deadline. It's black like any other deadline due some number of > days in > the future. > > Could we make a special case for -0d so it's red - since the > deadline is > due the day it shows up? > > Thanks, > Bernt