emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/misc ChangeLog org.texi


From: Carsten Dominik
Subject: [Emacs-diffs] emacs/doc/misc ChangeLog org.texi
Date: Sat, 31 Jan 2009 05:30:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      09/01/31 05:30:27

Modified files:
        doc/misc       : ChangeLog org.texi 

Log message:
        2009-01-31  Carsten Dominik  <address@hidden>
        
                * org.texi (TODO dependencies): Document TODO dependencies on
                checkboxes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/ChangeLog?cvsroot=emacs&r1=1.244&r2=1.245
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/org.texi?cvsroot=emacs&r1=1.40&r2=1.41

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -b -r1.244 -r1.245
--- ChangeLog   30 Jan 2009 08:34:24 -0000      1.244
+++ ChangeLog   31 Jan 2009 05:30:14 -0000      1.245
@@ -1,3 +1,8 @@
+2009-01-31  Carsten Dominik  <address@hidden>
+
+       * org.texi (TODO dependencies): Document TODO dependencies on
+       checkboxes.
+
 2009-01-30  Carsten Dominik  <address@hidden>
 
        * org.texi (TODO dependencies): Document key binding for toggling

Index: org.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/org.texi,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- org.texi    30 Jan 2009 08:34:24 -0000      1.40
+++ org.texi    31 Jan 2009 05:30:22 -0000      1.41
@@ -3,7 +3,7 @@
 @setfilename ../../info/org
 @settitle The Org Manual
 
address@hidden VERSION 6.20g
address@hidden VERSION 6.20h
 @set DATE January 2009
 
 @dircategory Emacs
@@ -3310,6 +3310,8 @@
 
 @node TODO dependencies,  , Faces for TODO keywords, TODO extensions
 @subsection TODO dependencies
address@hidden TODO dependencies
address@hidden dependencies, of TODO states
 
 The structure of Org files (hierarchy and lists) makes it easy to define TODO
 dependencies.  Usually, a parent TODO task should not be marked DONE until
@@ -3317,9 +3319,10 @@
 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 @code{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 @code{ORDERED}, each of its children will be
-blocked until all earlier siblings are marked DONE.  Here is an example:
+from changing state to DONE while they have children that are not DONE.
+Furthermore, if an entry has a property @code{ORDERED}, each of its children
+will be blocked until all earlier siblings are marked DONE.  Here is an
+example:
 
 @example
 * TODO Blocked until (two) is done
@@ -3339,12 +3342,21 @@
 @kindex C-c C-x o
 @item C-c C-x o
 Toggle the @code{ORDERED} property of the current entry.
address@hidden C-u C-u C-u C-c C-t
address@hidden C-u C-u C-u C-c C-t
+Change TODO state, circumventin any state blocking.
 @end table
 
 If you set the variable @code{org-agenda-dim-blocked-tasks}, TODO entries
 that cannot be closed because of such dependencies will be shown in a dimmed
 font or even made invisible in agenda views (@pxref{Agenda Views}).
 
address@hidden checkboxes and TODO dependencies
+You can also block changes of TODO states by looking at checkboxes
+(@pxref{Checkboxes}).  If you set the variable
address@hidden, an entry that has unchecked
+checkboxes will be blocked from switching to DONE.
+
 If you need more complex dependency structures, for example dependencies
 between entries in different trees or files, check out the contributed
 module @file{org-depend.el}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]