emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Org Mode <emacs-orgmode@gnu.org>
Cc: John Wiegley <johnw@newartisans.com>
Subject: Release 6.20
Date: Wed, 28 Jan 2009 09:35:53 +0100	[thread overview]
Message-ID: <D2169872-EAF9-40D1-A093-A593EEA0FDE3@uva.nl> (raw)

Enjoy!

- Carsten


                              Version 6.20
                              ============

Details
========

Support for simple TODO dependencies
-------------------------------------

John Wiegley's code for enforcing simple TODO dependencies has
been integrated into Org-mode.  Thanks John!

The structure of Org files (hierarchy and lists) makes it easy to
define TODO dependencies.  A parent TODO task should not be
marked DONE until all subtasks (defined as children tasks) are
marked as DONE.  And sometimes there is a logical sequence to a
number of (sub)tasks, so that one task cannot be acted upon
before all siblings above it are done.  If you customize the
variable `org-enforce-todo-dependencies', Org will block entries
from changing state while they have children that are not DONE.
Furthermore, if an entry has a property `ORDERED', each of its
children will be blocked until all earlier siblings are marked
DONE.  Here is an example:

   * TODO Blocked until (two) is done
   ** DONE one
   ** TODO two

   * Parent
   ** TODO a
   ** TODO b, needs to wait for (a)
   ** TODO c, needs to wait for (a) and (b)


The variable `org-agenda-dim-blocked-tasks' controls how blocked
entries should appear in the agenda, where they can be dimmed or
even made invisible.

Support for shift-selection in Emacs 23
----------------------------------------

Customize the variable `org-support-shift-select' to use S-cursor
key for selecting text.  Make sure that you carefully read the
docstring of that variable first.

                 reply	other threads:[~2009-01-28  8:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=D2169872-EAF9-40D1-A093-A593EEA0FDE3@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=johnw@newartisans.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).