From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Linked tasks Date: Sat, 14 Jun 2014 16:19:16 +0800 Message-ID: <87sin729a3.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvj7z-0004X9-JI for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 04:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wvj7s-0002P2-2S for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 04:15:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:40167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvj7r-0002Ot-RM for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 04:15:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wvj7q-0000gI-Ge for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 10:15:46 +0200 Received: from 114.248.8.189 ([114.248.8.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jun 2014 10:15:46 +0200 Received: from eric by 114.248.8.189 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jun 2014 10:15:46 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Fletcher Charest writes: > Dear all, > > I was wondering if there was a way to link the status of two tasks in > an agenda file (or even across multiple agenda files). Sometimes, a > single task (in my case, updating my CV) might be a useful step in > two different projects. If the tasks is marked DONE in one project > (in one subtree), I would like the other one to be marked DONE as > well. Is it possible or even implemented? > > Cheers, > > FC There's an org-depend package in the contrib directory that's supposed to do this, but I haven't looked at it before... Vanilla Org only does dependencies within the same subtree. E