emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Display Agenda in Reverse Order


From: Kenneth Jacker
Subject: Re: [O] Display Agenda in Reverse Order
Date: Sun, 03 May 2015 13:37:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]