From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Huang Subject: Timestamp display behavior in timeline view Date: Sat, 25 Dec 2010 10:13:55 -0500 Message-ID: <4D160A33.7080608@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54617 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PWVox-0007LI-0q for emacs-orgmode@gnu.org; Sat, 25 Dec 2010 10:14:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PWVov-0000JM-Fi for emacs-orgmode@gnu.org; Sat, 25 Dec 2010 10:14:10 -0500 Received: from dmz-mailsec-scanner-3.mit.edu ([18.9.25.14]:60852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PWVov-0000JB-Dx for emacs-orgmode@gnu.org; Sat, 25 Dec 2010 10:14:09 -0500 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id oBPFE8p0011129 for ; Sat, 25 Dec 2010 10:14:08 -0500 Received: from [192.168.0.111] (146-115-87-215.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com [146.115.87.215]) (authenticated bits=0) (User authenticated as axh@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id oBPFDwH4014134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 25 Dec 2010 10:14:08 -0500 (EST) 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 I am trying out the timeline view in 7.4 and am wondering whether this is expected behavior: 0. create entries with timestamps [1] 1. M-x org-agenda 2. L (Timeline for current buffer) 3. current behavior: ( + is unsurprising, ! is surprising, ? is not sure whether to be surprised) + entries without time information not displayed + timestamps without text not displayed ! entries with timestamps display the text, but not the timestamp + timestamp ranges with text displayed as-is ? timestamp ranges without text are displayed as-is ? cycling TODO state with "t" in the agenda view causes non-displayed timestamp to appear ? cycling out of TODO again keeps the timestamp visible I can understand that TODO will want to read the timestamp information out, but since ranges without text appear, but single timestamps don't, maybe there is something unexpected here. I haven't found it mentioned anywhere yet in my searches, nor have I looked at the code. If this can be modified via the source or a configuration, I'd greatly appreciate some advice. Thanks, and happy holidays! [1] contents used for testing (this behavior is observed in both stock 7.4 from the "stable" archive, and from git clone as of Thursday) * no date * <2010-12-25 Sat> * <2010-12-25 Sat 13:00> 13PM event to confuse agenda * <2010-12-25 Sat 12:00> 12PM event * inbetween <2010-12-25 Sat 12:30> inbetween * <2010-12-25 Sat 14:30> test 14.5 * <2010-12-25 Sat 15:30>-<2010-12-25 Sat 15:40> * <2010-12-25 Sat 14:30>-<2010-12-25 Sat 14:40> range 1 * TODO <2010-12-25 Sat 14:40>-<2010-12-25 Sat 14:50> range with todo