From: Pete Ley <peteley11235@gmail.com>
To: Fletcher Charest <fletcher.charest@gmail.com>
Cc: Eric Abrahamsen <eric@ericabrahamsen.net>, emacs-orgmode@gnu.org
Subject: Re: Linked tasks
Date: Wed, 25 Jun 2014 12:57:19 -0700 [thread overview]
Message-ID: <87ha38bw4g.fsf@enterprise.sectorq.net> (raw)
In-Reply-To: <CAGk6a7kiLZ-QyrXHX=edKtRrPOJ8AuZizbGp5P9efM3ZdCu6Gg@mail.gmail.com> (Fletcher Charest's message of "Mon, 16 Jun 2014 17:48:03 +0200")
> 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:
prev parent reply other threads:[~2014-06-25 20:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-14 7:43 Linked tasks Fletcher Charest
2014-06-14 8:19 ` Eric Abrahamsen
2014-06-16 15:48 ` Fletcher Charest
2014-06-25 19:57 ` Pete Ley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ha38bw4g.fsf@enterprise.sectorq.net \
--to=peteley11235@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=eric@ericabrahamsen.net \
--cc=fletcher.charest@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).