From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Small bug and sorting suggestion Date: Sun, 19 Nov 2006 02:14:25 +0100 Message-ID: <87fycgjkzy.fsf@tallis.ilo.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GlbGT-00064Q-39 for emacs-orgmode@gnu.org; Sat, 18 Nov 2006 20:14:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GlbGO-0005sV-0m for emacs-orgmode@gnu.org; Sat, 18 Nov 2006 20:14:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GlbGN-0005sO-Sp for emacs-orgmode@gnu.org; Sat, 18 Nov 2006 20:14:27 -0500 Received: from [213.36.80.91] (helo=mail.libertysurf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GlbGN-0001ow-L8 for emacs-orgmode@gnu.org; Sat, 18 Nov 2006 20:14:27 -0500 Received: from tallis.ilo.ucl.ac.uk (83.157.175.10) by mail.libertysurf.net (7.3.117.3) id 453E0DFA0056F5FE for emacs-orgmode@gnu.org; Sun, 19 Nov 2006 02:14:26 +0100 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: emacs-orgmode@gnu.org Hi Carsten and list, headlines containing a time interval after SCHEDULED are not "closed" properly (org-log-done is t). The adding of "CLOSED" yields this: * WAITING Salon Educ@tice SCHEDULED: <2006-11-15 mer>--<2006-11-17 ven> * DONE Salon Educ@tice --<2006-11-17 ven> CLOSED: [2006-11-18 sam] Maybe i shouldn't use time interval after SCHEDULED, but i find it useful. Note that this does not happen with DEADLINE instead of SCHEDULED. Tested with org v4.56. ... The feature suggestion is this one: since you're working on sorting, what about sorting headlines depending on the date they're attached to? I've got a headline called "Call for paper" where I put all the CFP and that would be great to have them automagically sorted. This could be either an absolute order (first coming headline first displayed, no matter if it's SCHEDULED or DEADLINE) or a mix between categories and dates (DEADLINE first with sorted items, then SCHEDULED with sorted items, etc). Thanks, best regards, -- Bastien