From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Odd problem with time of 10:00 Date: Sat, 14 Jan 2012 11:49:29 +0100 Message-ID: <8039bieeyu.fsf@somewhere.org> References: <4F11520A.3050001@gmail.com> <20120114113900.5eefec1c@vknecht-intel.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Detlef, Detlef Steuer wrote: >> 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...... ---------------- >> >> 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? > > If you take a close look, you'll see you only have a grid with 2h > differences defined. There is no 9:00, nor 11:00 etc .. True. And if you set "remove-match", you won't have duplicate 10:00 entries. #+begin_src emacs-lisp (setq org-agenda-time-grid '((daily today remove-match) "" (0800 1000 1200 1400 1600 1800 2000))) #+end_src Best regards, Seb -- Sebastien Vauban