From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borbus Subject: Odd problem with time of 10:00 Date: Sat, 14 Jan 2012 09:59:38 +0000 Message-ID: <4F11520A.3050001@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rm0Ok-00077f-Pw for emacs-orgmode@gnu.org; Sat, 14 Jan 2012 04:59:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rm0Oj-0001TN-V8 for emacs-orgmode@gnu.org; Sat, 14 Jan 2012 04:59:42 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:64433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rm0Oj-0001TH-Pn for emacs-orgmode@gnu.org; Sat, 14 Jan 2012 04:59:41 -0500 Received: by wgbdt13 with SMTP id dt13so3537062wgb.30 for ; Sat, 14 Jan 2012 01:59:40 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I have noticed a strange problem with org-agenda when a task contains a timestamp of 10:00 in it, for example this entry is in one of my agenda files: ** Test <2012-01-17 Mon 10:00> I now press C-c a a and select the day and press d (so I'm viewing the day) and get this: Day-agenda (W03): Tuesday 17 January 2012 8:00...... ---------------- appt: 10:00...... Test 10:00...... ---------------- 12:00...... ---------------- 14:00...... ---------------- 16:00...... ---------------- 18:00...... ---------------- 20:00...... ---------------- Notice that it places the 10:00 appointment in the 9:00 place. Now, if I change the time to 10:01 (or any number of minutes past) I get this: Day-agenda (W03): Tuesday 17 January 2012 8:00...... ---------------- 10:00...... ---------------- appt: 10:01...... Test 12:00...... ---------------- 14:00...... ---------------- 16:00...... ---------------- 18:00...... ---------------- 20:00...... ---------------- So it is now occupying the 11:00 place and there is no 9:00 place! I have done some tests and it seems to only occur with the 10th hour. All appointments seem to still show so it's not a major bug, just an aesthetic one. Any ideas? -- Borbus.