From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Question about timestamp with/withour time-of-day specification in agenda view Date: Wed, 29 Aug 2007 23:48:59 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQVPV-00049N-Mn for emacs-orgmode@gnu.org; Wed, 29 Aug 2007 17:49:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQVPU-00049B-94 for emacs-orgmode@gnu.org; Wed, 29 Aug 2007 17:49:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQVPU-000498-3F for emacs-orgmode@gnu.org; Wed, 29 Aug 2007 17:49:12 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IQVPT-0006VR-Gq for emacs-orgmode@gnu.org; Wed, 29 Aug 2007 17:49:11 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IQVPS-0006UB-0c for emacs-orgmode@gnu.org; Wed, 29 Aug 2007 23:49:10 +0200 Received: from p57af3aac.dip0.t-ipconnect.de ([87.175.58.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Aug 2007 23:49:10 +0200 Received: from rainer.stengele by p57af3aac.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Aug 2007 23:49:10 +0200 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@gnu.org 1. Having this org entry: * <2007-09-11 Sa> Event on whole day in agenda view I get: Tuesday 11 September 2007 CATEGORY: <2007-09-11 Sa> Event on whole day Seeing the date is ugly. 2. Having that one: * <2007-09-11 Sa 08:00> Event at 8:00 in agenda view I get: Tuesday 11 September 2007 CATEGORY: 08:00-10:00 Event at 8:00 In case "1." I would of course also like to disappear the timestamp of the day "<2007-09-11 Sa>" in agenda view as I see the day one line above. Is this a bug? Rainer