[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Linked tasks
From: |
Pete Ley |
Subject: |
Re: [O] Linked tasks |
Date: |
Wed, 25 Jun 2014 12:57:19 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
> it seems to me that it's more 'depend' in the sense of 'this task has
> to be done for this other task to be doable'.
IIRC, the TRIGGER property in org-depend.el allows you to change the
state of another tree when the current one is marked done. I imagine you
could use it to have a clone task in another tree that is TRIGGERed to
change to done when the other is.
Example
* Some tree
** TODO Update CV
:PROPERTIES:
:TRIGGER: cv-clone(DONE)
:END:
* Some other tree
** TODO Update CV clone
:PROPERTIES:
:ID: cv-clone
:END: