From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Timestamp display behavior in timeline view Date: Fri, 11 Feb 2011 11:37:55 +0100 Message-ID: <87k4h6yhz0.fsf@gnu.org> References: <4D160A33.7080608@mit.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=52377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnqNs-0002kf-3f for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:37:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnqNq-0007wD-Q8 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:37:51 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:49925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnqNq-0007w5-CZ for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:37:50 -0500 Received: by bwz16 with SMTP id 16so3035191bwz.0 for ; Fri, 11 Feb 2011 02:37:49 -0800 (PST) In-Reply-To: <4D160A33.7080608@mit.edu> (Alex Huang's message of "Sat, 25 Dec 2010 10:13:55 -0500") 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: Alex Huang Cc: emacs-orgmode@gnu.org Hi Alex, Alex Huang writes: > 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 You used this: * TODO <2010-12-25 Sat 14:40>-<2010-12-25 Sat 14:50> range with todo which looks weird. Better to put the timestamp/range on the next line: * TODO range with todo <2010-12-25 Sat 14:40>-<2010-12-25 Sat 14:50> You won't get the surprising results you see. HTH, -- Bastien