From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Jacker Subject: Re: Display Agenda in Reverse Order Date: Sun, 03 May 2015 13:37:25 -0400 Message-ID: <87wq0pwoiy.fsf@be.cs.appstate.edu> References: <87lhhhdy3y.fsf@be.cs.appstate.edu> <4609b7649b2d44049c2bcee056b398f4@fcmailsvr2.familycareinc.org> Reply-To: jackerkh@appstate.edu Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoxyG-00039s-S4 for emacs-orgmode@gnu.org; Sun, 03 May 2015 13:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoxyC-0002yv-P2 for emacs-orgmode@gnu.org; Sun, 03 May 2015 13:46:28 -0400 Received: from mail.appstate.edu ([152.10.1.224]:56685 helo=mta6.appstate.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoxyC-0002ym-KE for emacs-orgmode@gnu.org; Sun, 03 May 2015 13:46:24 -0400 In-Reply-To: <4609b7649b2d44049c2bcee056b398f4@fcmailsvr2.familycareinc.org> (Subhan Michael Tindall's message of "Fri, 24 Apr 2015 21:28:26 +0000") 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: Subhan Michael Tindall Cc: Emacs Org smt> Take a look at smt> smt> org-agenda-sorting-strategy smt> smt> It should help you out. It did ... thanks for the info! For others who might want to do the same or something similar, I'll show what I did to change the "sorting order" ... I changed the value of "org-agenda-sorting-strategy" from this: ((agenda habit-down time-up priority-down category-keep) (todo priority-down category-keep) (tags priority-down category-keep) (search category-keep)) to this: ((agenda habit-down time-up scheduled-down priority-down category-keep) (todo priority-down category-keep) (tags priority-down category-keep) (search category-keep)) Inserting "scheduled-down" did "the trick! Thanks again, -Kenneth