From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Beck Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Wed, 30 Jan 2013 08:23:27 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0TMa-0007iM-0b for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 03:49:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0TMZ-0008Kg-4c for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 03:49:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:50221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0TMY-0008Kb-U0 for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 03:49:47 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U0TMp-0004rJ-QB for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 09:50:03 +0100 Received: from mail.polytec.de ([213.144.13.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jan 2013 09:50:03 +0100 Received: from elwood151 by mail.polytec.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Jan 2013 09:50:03 +0100 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 Martin Beck web.de> writes: (sorry, I was too fast and forgot to enter a subject) 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. Kind regards Martin