From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Timeline view > Headers not time-sorted Date: Mon, 4 May 2009 16:26:14 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0z7e-0004P4-L2 for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:26:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0z7c-0004O2-1L for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:26:22 -0400 Received: from [199.232.76.173] (port=58645 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0z7b-0004Nx-UO for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:26:19 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:49760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0z7b-0008Kx-Hc for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:26:19 -0400 Received: by ewy6 with SMTP id 6so4097500ewy.42 for ; Mon, 04 May 2009 07:26:15 -0700 (PDT) In-Reply-To: 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: Francesco Pizzolante Cc: mailing-list-org-mode Strange, because if I try your file, I get the correct sequence. - Carsten On May 4, 2009, at 10:33 AM, Francesco Pizzolante wrote: > Hi Dominik, > > Thanks for your reply. > >> have you modified org-agenda-sorting strategy? What is its >> value? > > I didn't modify its value. Here it is: > > ((agenda time-up priority-down category-keep) > (todo priority-down category-keep) > (tags priority-down category-keep) > (search category-keep)) > > Francesco