all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Org dependencies request
Date: Tue, 07 Apr 2009 17:34:18 -0500	[thread overview]
Message-ID: <m2vdpgnled.fsf@fastmail.fm> (raw)


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

             reply	other threads:[~2009-04-07 22:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-07 22:34 Matthew Lundin [this message]
2009-04-08  6:44 ` Org dependencies request Carsten Dominik
2009-04-08 12:02   ` Matthew Lundin
2009-04-08 16:00 ` Carsten Dominik
2009-04-08 23:48   ` Matthew Lundin

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2vdpgnled.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.