From mboxrd@z Thu Jan 1 00:00:00 1970 From: Victor A. Stoichita Subject: ordering events by hour in the agenda Date: Mon, 27 Jun 2016 16:33:16 +0200 Message-ID: <87k2hawvkj.fsf@bufni.kher> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHXc2-00030G-Jy for emacs-orgmode@gnu.org; Mon, 27 Jun 2016 10:34:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHXby-0005a5-J7 for emacs-orgmode@gnu.org; Mon, 27 Jun 2016 10:34:10 -0400 Received: from mail.au.jabatus.fr ([109.234.163.49]:54743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHXby-0005MO-5d for emacs-orgmode@gnu.org; Mon, 27 Jun 2016 10:34:06 -0400 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" To: orgmode list Hi, I need some help to understand the way the hour grid works in=20 agenda displays. I read this page from the doc : [1]=20 http://orgmode.org/manual/Time_002dof_002dday-specifications.html But my agenda doesn=E2=80=99t look like the examples there. Its timed=20 events appear in seemingly random order and they are not reflected=20 in the hourly grid when I display it. Here=E2=80=99s a snippet from my weekly agenda without the grid: --8<---------------cut here---------------start------------->8---=20 Monday 27 June 2016 W26=20 vic: 17:00...... Docteur Dupont vic: 9:00......=20 Appeler Dupond=20 Tuesday 28 June 2016=20 vic: 10:00...... Rencontrer Pierre vic:=20 14:00...... Voir Jacques vic: 14:00...... Rdv Paul? vic:=20 12:00...... Visite Julie --8<---------------cut here---------------end--------------->8--- Based on [1] I=E2=80=99d expect Appeler Dupond to appear before Docteur=20 Dupont on Monday. There seems to be no logic in the order of the=20 events on Tuesday either. All these events come from the same org=20 file. None has a specific tag or something. Here=E2=80=99s the same snippet with the hourly grid turned on: --8<---------------cut here---------------start------------->8---=20 Monday 27 June 2016 W26=20 vic: 17:00...... Docteur Dupont vic: 9:00......=20 Appeler Dupond=20 16:04......=20 now - - - - - - - - - - - - - - - - - - - - - - - - -=20 20:00...... ----------------=20 18:00...... ----------------=20 16:00...... ----------------=20 14:00...... ----------------=20 12:00...... ----------------=20 10:00...... ----------------=20 8:00...... ----------------=20 Tuesday 28 June 2016=20 vic: 10:00...... Rencontrer Pierre vic:=20 14:00...... Voir Jacques vic: 14:00...... Rdv Paul? vic:=20 12:00...... Visite Julie --8<---------------cut=20 here---------------end--------------->8--- Based on [1] I=E2=80=99d expect the two events at 9:00 and 17:00 on Monda= y=20 to appear in the grid. I=E2=80=99d also expect the grid to progress from=20 early at the top to late at the bottom. I=E2=80=99m not sure whether the=20 line with "Now" should appear at the top (rather than at its place=20 in the hour listing). C-h v says that the value of org-agenda-time-grid is ((daily today=20 require-timed) "----------------" (800 1000 1200 1400 1600 1800=20 2000)) This is the default setting I think. I have not set any variable=20 related to the time grid in my .emacs file. Where else should I look to get the timed events arranged in their=20 chrolonogical order? I have Org-mode 8.3.4 with Emacs 24.5.1 Best regards, Victor