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