From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (no subject) How to sort agenda by timestamps (scheduled/deadline)? Date: Thu, 07 Feb 2013 09:21:49 +0100 Message-ID: <878v704hoh.fsf@bzg.ath.cx> References: <87boc6euoy.fsf@norang.ca> <87a9rqyx4u.fsf@norang.ca> <871ud0fdho.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NXm-0006X8-Hs for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:13:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3NXl-0002xd-Ck for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:13:22 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:53794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3NXl-0002xY-6B for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 04:13:21 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so1852826wgb.14 for ; Thu, 07 Feb 2013 01:13:20 -0800 (PST) In-Reply-To: <871ud0fdho.fsf@norang.ca> (Bernt Hansen's message of "Fri, 01 Feb 2013 07:02:59 -0500") 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: Bernt Hansen Cc: Martin Beck , emacs-orgmode@gnu.org Hi Martin and Bernt, the master branch now have new sorting strategies: timestamp-up Sort by any timestamp, early first timestamp-down Sort by any timestamp, late first scheduled-up Sort by scheduled timestamp, early first scheduled-down Sort by scheduled timestamp, late first deadline-up Sort by deadline timestamp, early first deadline-down Sort by deadline timestamp, late first ts-up Sort by active timestamp, early first ts-down Sort by active timestamp, late first tsia-up Sort by inactive timestamp, early first tsia-down Sort by inactive timestamp, late first Please have a try and let me know if this works as expected. Thanks both for your input on this, -- Bastien