From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Bug: dealine-up sorting strategy does not work [9.2.6 (9.2.6-dist @ c:/Users/wlin/.emacs-lisp/org/lisp/)] Date: Mon, 11 Nov 2019 14:08:50 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37883) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUF3c-0002pj-Kt for emacs-orgmode@gnu.org; Mon, 11 Nov 2019 14:09:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUF3b-0000aI-HX for emacs-orgmode@gnu.org; Mon, 11 Nov 2019 14:09:00 -0500 Received: from mail-pl1-x62e.google.com ([2607:f8b0:4864:20::62e]:41552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iUF3b-0000ZH-9V for emacs-orgmode@gnu.org; Mon, 11 Nov 2019 14:08:59 -0500 Received: by mail-pl1-x62e.google.com with SMTP id d29so8163821plj.8 for ; Mon, 11 Nov 2019 11:08:58 -0800 (PST) Received: from [10.81.100.134] ([50.206.120.10]) by smtp.googlemail.com with ESMTPSA id v19sm170405pjr.14.2019.11.11.11.08.56 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 11 Nov 2019 11:08:56 -0800 (PST) Content-Language: en-US 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 If I call this: (let ((org-agenda-sorting-strategy '((agenda deadline-up)))) (call-interactively 'org-agenda-list)) entries with deadline are at the bottom, after currently scheduled and past scheduled items. I think instead entries with deadlines should be at the top, before all other items without deadlines. I remember this was so before (deadline items at top), but forgot since when this bug sneaked in. Thanks for looking into it. Warren Set up: Emacs  : GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)  of 2019-08-29 Package: Org mode version 9.2.6 (9.2.6-dist @ c:/Users/wlin/.emacs-lisp/org/lisp/)