emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Sort TODOs in agenda day


From: Jacek Generowicz
Subject: Re: [O] Sort TODOs in agenda day
Date: Wed, 1 Feb 2012 11:02:31 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.3 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Tue, 31 Jan 2012 12:39:48 -0500,
Bernt Hansen wrote:
> 
> Jacek Generowicz <address@hidden> writes:
>
> > Yes, but how do I instruct it to apply one strategy (time-up) to those
> > items which appear in the time-grid portion of the day's display (the
> > appointments), and a different one to the other entries (scheduled
> > TODOs, deadlines)? Specifically, by adding a command to
> >
> >     org-agenda-custom-commands
> >
> > which contains something like
> >
> >     ((agenda ""
> >       ((org-agenda-sorting-strategy '(effort-up)))))
> >
> > messes up the time ordering of appointments for that command.
> 
> I have a fairly complicated sorting function which gets the order of
> items exactly how I want to see them on the agenda.
> 
> The gory details are here:
> 
> http://doc.norang.ca/org-mode.html#AgendaViewTweaks

I see. Should I infer that org-mode doesn't provide any features for
applying different strategies to different portions of single day's
display in the agenda?

In other words there are no hooks into the standard agenda sorting
strategy, and if you want to modify its behaviour you essentially have
to roll your own from scratch, duplicating much of the original
effort?

> HTH,

Yup.

Thanks.



reply via email to

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