From mboxrd@z Thu Jan 1 00:00:00 1970 From: marvin doyley Subject: Sorting Todo Date: Sun, 4 Dec 2016 19:17:59 -0500 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDgyr-0004HX-L2 for emacs-orgmode@gnu.org; Sun, 04 Dec 2016 19:18:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDgyo-0001M5-Hf for emacs-orgmode@gnu.org; Sun, 04 Dec 2016 19:18:05 -0500 Received: from mail-qk0-x234.google.com ([2607:f8b0:400d:c09::234]:36144) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cDgyo-0001Lm-DC for emacs-orgmode@gnu.org; Sun, 04 Dec 2016 19:18:02 -0500 Received: by mail-qk0-x234.google.com with SMTP id n21so331256860qka.3 for ; Sun, 04 Dec 2016 16:18:02 -0800 (PST) Received: from [10.0.1.5] (cpe-45-46-209-35.rochester.res.rr.com. [45.46.209.35]) by smtp.gmail.com with ESMTPSA id a47sm8161703qtc.17.2016.12.04.16.18.00 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 04 Dec 2016 16:18:01 -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" To: emacs-orgmode@gnu.org Dear All, I would like to sort my TODO file using two criteria: (a) priority and = (b) schedule and deadline. I would like items to be ordered as follows - priority, deadline, = schedule, and everything else. Does anybody know how to do this ? Cheers, M=