From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A much simpler way of handling dependent tasks Date: Tue, 27 Jan 2009 08:43:23 +0100 Message-ID: <641422A0-649D-450B-9AD7-AC136FCDB829@uva.nl> References: <383B6C3A-0143-4835-A78E-814841D588FB@uva.nl> <23E385D3-8DCB-4FDE-83BD-740894A8D593@newartisans.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRibb-0001sy-5n for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 02:43:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRibZ-0001sX-Fq for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 02:43:30 -0500 Received: from [199.232.76.173] (port=40969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRibZ-0001sT-C8 for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 02:43:29 -0500 Received: from mx20.gnu.org ([199.232.41.8]:12543) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRibY-00050p-SR for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 02:43:29 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRibY-0004te-4z for emacs-orgmode@gnu.org; Tue, 27 Jan 2009 02:43:28 -0500 Received: by ug-out-1314.google.com with SMTP id 36so286977uga.17 for ; Mon, 26 Jan 2009 23:43:26 -0800 (PST) In-Reply-To: <23E385D3-8DCB-4FDE-83BD-740894A8D593@newartisans.com> 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: John Wiegley Cc: emacs-orgmode Org-Mode Hi John, I realize now that you do not make use of the code in org-depend.el at all, which is what I thought at first. Two options: - I can add the file, but then under a different name - org-depend and org-depends are not different in the first 8 characters. - I can move the code to org-agenda.el and create a variable to turn this behavior on and off. - Carsten On Jan 27, 2009, at 8:31 AM, John Wiegley wrote: > On Jan 27, 2009, at 2:47 AM, Carsten Dominik wrote: > >> Do you think it makes sense to integrate this code into org- >> depend.el? > > Actually, I don't, since it's a completely different approach. org- > depend.el as it stands now is based on a programmatic methodology, > which more complex blocking schemes could be built on top of. > > I think this module represents something much simpler, which should > be toggled by a single global boolean to indicate "on" or "off". My > preference would be to see it mainlined, if that meets with your > approval, Carsten. > > John >