From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: depending TODOs, scheduling following TODOs automatically Date: Tue, 9 Oct 2007 12:13:38 +0200 Message-ID: <4ca792c59f2d451005aeab6944992b38@science.uva.nl> References: <6dbd4d000710080626i52f0f0t9354addc33c0efee@mail.gmail.com> <20071008134353.GA10774@odin.demosthenes.org> <20071008135240.GB10774@odin.demosthenes.org> <4451bef76a71d49ffc88d9d8b87f2940@science.uva.nl> <20071008201223.GC10774@odin.demosthenes.org> 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 1IfC5v-0003rq-LT for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 06:13:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfC5u-0003rF-VY for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 06:13:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfC5u-0003r2-ME for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 06:13:42 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfC5u-0005ch-SE for emacs-orgmode@gnu.org; Tue, 09 Oct 2007 06:13:43 -0400 In-Reply-To: <20071008201223.GC10774@odin.demosthenes.org> 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: Russell Adams Cc: emacs-orgmode@gnu.org On Oct 8, 2007, at 22:12, Russell Adams wrote: > > I don't use links often... If I could have a link to another TODO > item, but have the visible portion of the link display the status of > the target TODO item. > > Ie: > > * Things to do in reverse order > ** TODO One > ** TODO Two > ** DONE Three > > * Implementation Order > > [[file:..*Three][DONE Three]] > [[file:..*Two][TODO Two]] > [[file:..*One][TODO One]] > > This way I can follow the link from the implementation order to the > right todo item, the part that is missing is an automated state update > regarding the TODO linked to. > > Better? ;] Yes, this is clearer, thank you. - Carsten