From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: After a custom agenda as follows I get a wrongly sorted result Date: Thu, 23 Oct 2008 11:44:32 +0200 Message-ID: <49004780.4060307@diplan.de> References: <3706BCE3-21D3-45CA-8A05-50860F370FC8@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KswkD-0000hx-Fa for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 05:44:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KswkA-0000cP-7B for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 05:44:40 -0400 Received: from [199.232.76.173] (port=54540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kswk9-0000cB-Vr for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 05:44:38 -0400 Received: from ns.diplan.de ([212.34.188.4]:41298 helo=mail.diplan.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kswk9-0001Ft-CK for emacs-orgmode@gnu.org; Thu, 23 Oct 2008 05:44:37 -0400 In-Reply-To: <3706BCE3-21D3-45CA-8A05-50860F370FC8@uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten, it sorts! Thanks! Its gettin' better all the time ... My colleagues begin to bite their lips when I show them what org-mode is able to do and they "can't" use it because they don't want to use emacs... Rainer Carsten Dominik wrote: > Hi Rainer, > > > You need to add time-up to the sorting strategy. Time grid lines are > just added to the list of matches and then still need to be sorted in. > > HTH > > - Carsten > > On Oct 22, 2008, at 1:24 PM, Rainer Stengele wrote: > >> Hi! >> >> After a custom agenda as follows I get a wrongly sorted (see time >> gird) result (see below) >> >> >> >> (setq org-agenda-custom-commands >> '( >> ... >> ("00" "agenda + prio a todos sorted prio up" >> ((agenda "prio ABC agenda" >> ((org-agenda-ndays 1) >> (org-agenda-overriding-header "Today's Agenda + Prio A >> todos "))) >> (alltodo "alle todos" >> ((org-agenda-skip-function >> (lambda nil >> (or (org-agenda-skip-entry-if (quote notregexp) >> "\\=.*\\[#A\\]") >> (org-agenda-skip-entry-if 'scheduled 'deadline ))))))) >> ((org-agenda-sorting-strategy '(priority-down)))) >> ... >> >> >> >> >> ... >> ADMIN: Scheduled: TODO >> whatever :ADMIN: >> LPM: Scheduled: INARBEIT >> whatever :LPM: >> Diary: Simchat Torah >> 16:00...... ---------------- >> 13:00...... ---------------- >> 9:00...... ---------------- >> ... >> >> >> >> is this a bug or a config issue? >> >> Rainer >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >