From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tatsuhito Koya Subject: Question about Sorting All Day Events in Agenda View Date: Tue, 24 Jan 2012 08:43:50 -0500 Message-ID: <4f1eb59f.ea73340a.2822.fffff7f4@mx.google.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpgfO-0003LR-HO for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 08:44:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpgfK-0007Iy-Ax for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 08:44:06 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:46983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpgfK-0007Ip-7R for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 08:44:02 -0500 Received: by vbbfd1 with SMTP id fd1so1666915vbb.0 for ; Tue, 24 Jan 2012 05:44:00 -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 Hello, I use Org-Mode with Calendar/Diary integration turned on. This works well for me, but the only issue I have is that in the agenda view, all day events such as holidays and anniversaries are displayed at the bottom. I have many tasks, so sometimes I need to scroll down quite a bit to see those events. Is there a way to put them at the top? What I see Monday 16 January 2012 W03 [Task1] [Task2] [Task3] ... Diary: Martin Luther King Day Diary: My Friend's anniversary What I would like to see Monday 16 January 2012 W03 Diary: Martin Luther King Day Diary: My Friend's anniversary [Task1] [Task2] [Task3] ... Thank you,