From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Diary formatting problem Date: Tue, 23 Oct 2007 19:07:27 +0100 Message-ID: <87wstd1z8g.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkNE1-0003oB-T2 for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 13:07:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkNE0-0003mB-6l for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 13:07:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkNE0-0003lt-0l for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 13:07:28 -0400 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkNDy-0007ER-QL for emacs-orgmode@gnu.org; Tue, 23 Oct 2007 13:07:27 -0400 Received: by ug-out-1314.google.com with SMTP id a2so177745ugf for ; Tue, 23 Oct 2007 10:07:25 -0700 (PDT) In-Reply-To: (Dave C. Nelson's message of "Tue, 23 Oct 2007 11:53:27 -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: emacs-orgmode@gnu.org "Dave C. Nelson" writes: > Tuesday > 7:00-8:30 Item 1 > Item 2 > Item 3 > > Org mode doesn't format this properly. Items 2 and 3 don't appear with > item 1, they appear after all my todo items, but with no time. Using > calendar and then displaying the dairy results in output that gets > formatted correctly. For both Org and Emacs diary, these consist in three diary entries for tuesday: one at 7:00-8:30, the other two are not scheduled. Then Org only display "Item 1" in the time-grid, and append the other two at the and of the day. The diary display looks it is correct, but it's just because the display is not aware of anything like the time-grid. > What am I doing wrong? Maybe use 7:00-8:30 Item 1, 2 and 3 if all the three items are scheduled at 7:00. or use 7:00-8:30 Item 1 8:30-10:00 Item 2 ... if you want all items to be displayed in the time-grid. HTH, -- Bastien