From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: (no subject) Date: Wed, 30 Jan 2013 07:12:13 -0500 Message-ID: <87boc6euoy.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WWY-0005ft-47 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:12:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0WWW-0002GL-Bg for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:12:18 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:33599 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0WWW-0002GB-8M for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 07:12:16 -0500 In-Reply-To: (Martin Beck's message of "Tue, 29 Jan 2013 10:43:44 +0100 (CET)") 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: Martin Beck Cc: emacs orgmode-mailinglist "Martin Beck" writes: > I'm trying to create a custom agenda setup for my org-mode and I wonder how I can sort the agenda-items by date (Scheduled > or deadline): newest first. > > I only found time-up / time-down in the parameters, but that does not seem to do what I need. > > Another important point would be how to handle items with no scheduled/date or deadline.. they should be placed at the end > of the list. > > I've been searching some time but did not find a solution. :-( Hi Martin, I sort my daily agenda items specifically using a bunch of complicated sorting functions. They are all documented here: http://doc.norang.ca/org-mode.html#AgendaViewTweaks HTH, Bernt