From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: ordering events by hour in the agenda
Date: Mon, 27 Jun 2016 17:26:42 -0400 [thread overview]
Message-ID: <87mvm6727h.fsf@alphaville.usersys.redhat.com> (raw)
In-Reply-To: 87a8i6s8sl.fsf@bufni.kher
Victor A. Stoichita <victor@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
next prev parent reply other threads:[~2016-06-27 21:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <82f0f13a45734a25bb965208bffe5d91@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-06-27 15:13 ` ordering events by hour in the agenda Eric S Fraga
2016-06-27 19:47 ` Victor A. Stoichita
2016-06-27 19:58 ` Victor A. Stoichita
2016-06-27 21:26 ` Nick Dokos [this message]
2016-06-28 7:50 ` Victor A. Stoichita
2016-06-27 19:48 ` Victor A. Stoichita
2016-06-27 14:33 Victor A. Stoichita
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mvm6727h.fsf@alphaville.usersys.redhat.com \
--to=ndokos@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.