emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-agenda-sorting-strategy's sorting of deadline and schedule is op


From: Bastien
Subject: Re: org-agenda-sorting-strategy's sorting of deadline and schedule is opposed
Date: Sun, 24 May 2020 13:53:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi,

stardiviner <address@hidden> writes:

> org-agenda-sorting-strategy bug? Cannot list deadline items before scheduled 
> items.
>
> With the following:
>
> #+begin_src emacs-lisp
> (setq org-agenda-sorting-strategy
>       '((agenda time-up deadline-up scheduled-down ts-up habit-down 
> priority-down category-keep)
>         (todo priority-down category-keep)
>         (tags priority-down category-keep)
>         (search category-keep))
>       org-agenda-sorting-strategy-selected
>       '(time-up priority-down deadline-up scheduled-down ts-up habit-down 
> category-keep))
> #+end_src
>
> The time-up is correctly shown first; however, all scheduled items are shown
> next as opposed to all deadline items (the order should be the other way
> around).

Can you provide a more minimal configuration example, with the order
expected and the order you get?

As said in the reddit thread, the output of complex sorting strategies
can be confusing, so being minimal here is the way to go.

Thanks,

-- 
 Bastien



reply via email to

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