Victor A. Stoichita <vic...@svictor.net> writes: > ;; sort tasks in order of when they are due and then by priority > (setq org-agenda-sorting-strategy > (quote > ((agenda deadline-up priority-down) > (todo priority-down category-keep) > (tags priority-down category-keep) > (search category-keep)))) >
I'm guessing you are missing a time-up specification on your agenda items: ... (agenda time-up deadline-up priority-down) ... Check the doc for org-agenda-sorting-strategy. Untested. -- Nick