From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org dependencies request Date: Wed, 8 Apr 2009 08:44:32 +0200 Message-ID: References: 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 1LrRWd-0005Zo-PB for emacs-orgmode@gnu.org; Wed, 08 Apr 2009 02:44:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrRWZ-0005Yz-Be for emacs-orgmode@gnu.org; Wed, 08 Apr 2009 02:44:43 -0400 Received: from [199.232.76.173] (port=36179 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrRWZ-0005Yw-6H for emacs-orgmode@gnu.org; Wed, 08 Apr 2009 02:44:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:52525) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LrRWY-0000Gw-Jx for emacs-orgmode@gnu.org; Wed, 08 Apr 2009 02:44:38 -0400 Received: from mail-gx0-f160.google.com ([209.85.217.160]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrRWY-0002h7-2W for emacs-orgmode@gnu.org; Wed, 08 Apr 2009 02:44:38 -0400 Received: by gxk4 with SMTP id 4so7217852gxk.18 for ; Tue, 07 Apr 2009 23:44:36 -0700 (PDT) In-Reply-To: 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: Matthew Lundin Cc: Org Mode Hi Matt, work-around: C-u C-u C-u C-c C-t will switch off all dependency checking for the duration of this command. - Carsten On Apr 8, 2009, at 12:34 AM, Matthew Lundin wrote: > > I have started using dependencies in org-mode to make sure that I have > completed all todos in a project before marking it done. There are, > however, some projects that I would like to exclude from dependency > tracking. For example, I have a multi-step project for paying the rent > every month: > > ,---- > | * PROJECT Pay Rent > | DEADLINE: <2009-05-01 Fri +1m -10d> > | :PROPERTIES: > | :LOGGING: lognoterepeat > | :END: > | ** TODO Check bank account to make sure there's enough money for > rent :computer: > | SCHEDULED: <2009-04-20 Mon +1m> > | ** TODO Write rent check :home: > | SCHEDULED: <2009-04-30 Thu +1m> > | ** Drop off rent :errands: > | SCHEDULED: <2009-04-30 Thu +1m> > `---- > > I would like to be able to switch the Pay Rent project to done in > order > to add a note and timestamp to mark its completion. But my global > dependency setting blocks this, since the todos below are repeating > and > thus immediately get turned back to todos when they are done. Hence my > request: Would it be possible to add a property that would prevent > dependency checking on certain headlines? E.g., > > :DEPENDENCIES: t > > or > > :DEPENDENCIES: nil > > Since we already have an ORDERED switch, I think this would be a nice > addition. > > Thanks in advance for considering the request. > > - Matt > > > _______________________________________________ > 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