emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] ordering events by hour in the agenda


From: Nick Dokos
Subject: Re: [O] ordering events by hour in the agenda
Date: Mon, 27 Jun 2016 17:26:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Victor A. Stoichita <address@hidden> 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




reply via email to

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