From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Small bug and sorting suggestion Date: Mon, 20 Nov 2006 10:57:47 +0100 Message-ID: <8eebc86a345b7841258b4be7245ccf23@science.uva.nl> References: <87fycgjkzy.fsf@tallis.ilo.ucl.ac.uk> <52618b2a856a0e823f0439f83867385e@science.uva.nl> <873b8eo3kw.fsf@tallis.ilo.ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gm5uZ-0004ws-1d for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 04:57:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gm5uU-0004ur-Lu for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 04:57:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm5uU-0004um-79 for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 04:57:54 -0500 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gm5uU-00009r-4R for emacs-orgmode@gnu.org; Mon, 20 Nov 2006 04:57:54 -0500 In-Reply-To: <873b8eo3kw.fsf@tallis.ilo.ucl.ac.uk> 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: Bastien Cc: emacs-orgmode@gnu.org On Nov 20, 2006, at 10:43, Bastien wrote: > > It is the org-mode buffer. We would have something like this: OK, I was confused by your use of the word "category" which has a specific meaning in Org-mode. You meant the difference between date, scheduled and deadline. I will think about this. - Carsten > > (Sorted by dates only:) > > ,---- > | * item 1 > | SCHEDULED: <2006-11-20 lun> > | > | * item 2 > | DEADLINE: <2006-11-21 lun> > | > | * item 3 > | SCHEDULED: <2006-11-22 lun> > | > | * item 4 > | DEADLINE: <2006-11-23 lun> > `---- > > (Sorted by dates and [implicit?] priority - i.e. DEADLINE first, > SCHEDULED second:) > > ,---- > | * item 2 > | DEADLINE: <2006-11-21 lun> > | > | * item 4 > | DEADLINE: <2006-11-23 lun> > | > | * item 1 > | SCHEDULED: <2006-11-20 lun> > | > | * item 3 > | SCHEDULED: <2006-11-22 lun> > `---- > > I guess you will find some neat way to chose between the row > chronological order and the mixed chronological/priority order. > > Regards, > > -- > Bastien > >