From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Deadlines with Time Date: Thu, 4 Sep 2008 17:10:53 +0200 Message-ID: <5E4EC0D2-6D71-4FE9-A092-71E6D32A92EE@uva.nl> References: <87r698tkz4.fsf@sophokles.streitblatt.de> 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 1KbGUD-0004bu-Df for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 11:11:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbGU9-0004ZT-Ir for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 11:11:03 -0400 Received: from [199.232.76.173] (port=57559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbGU8-0004Z1-Tc for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 11:11:00 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]:64805) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KbGU8-0003mQ-D5 for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 11:11:00 -0400 Received: by ug-out-1314.google.com with SMTP id m2so2725279uge.17 for ; Thu, 04 Sep 2008 08:10:58 -0700 (PDT) In-Reply-To: <87r698tkz4.fsf@sophokles.streitblatt.de> 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: Florian Beck Cc: emacs-orgmode@gnu.org Hi Florian, On Aug 2, 2008, at 12:43 AM, Florian Beck wrote: > Hi, > > sometimes I want to specify a deadline with a certain time. > > Without a time, there is no problem. The deadline shows up a couple of > times earlier, which is fine. > > However, when I specify a time like > DEADLINE: <2008-08-04 Mon 16:00> > > this shows up in the daily agenda of Saturday like this: > > 8:00...... ---------------- > 10:00...... ---------------- > 12:00...... ---------------- > 14:00...... ---------------- > 16:00...... ---------------- > Plan: 16:00...... In 2 d.: TODO Some Task > > This is not helpful, it does not belong in the timetable for today. I > want the task to show up in the agenda view, just not in the > timetable. > How can I accomplish that? This is a bug, and it is fixed now. Thanks for the report. > > > Also, there is a bug when I add a timestamp to the task: > > * TODO Some Task <2008-08-02 Sat 14:00> > DEADLINE: <2008-08-04 Mon 16:00> > > This is displayed thusly in the agenda view (note the wrong time on > the > second occurance): > > 8:00...... ---------------- > 10:00...... ---------------- > 12:00...... ---------------- > 14:00...... ---------------- > Plan: 14:00...... TODO Some Task > 16:00...... ---------------- > Plan: 14:00...... In 2 d.: TODO Some Task This one is kind of hard to fix, so please live with it or move timestamps for such cases into the body of the entry, not into the heading. HTH - Carsten