]> code.delx.au - gnu-emacs/commitdiff
2009-01-30 Carsten Dominik <dominik@science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Fri, 30 Jan 2009 08:34:24 +0000 (08:34 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Fri, 30 Jan 2009 08:34:24 +0000 (08:34 +0000)
* org.texi (TODO dependencies): Document key binding for toggling
ORDERED property.

doc/misc/ChangeLog
doc/misc/org.texi

index 7f6b4c3f32518cc592fa073a95c5f0407203b269..6fb00d810f5413622321beb6b0fdad939709990b 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.texi (TODO dependencies): Document key binding for toggling
+       ORDERED property.
+
 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
 
        * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
index 3a840d3b90c10eb33879a5214a501605d1e0f8e3..113c22fd23064b947ab2ea55b58df86c80a4690f 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename ../../info/org
 @settitle The Org Manual
 
-@set VERSION 6.20c
+@set VERSION 6.20g
 @set DATE January 2009
 
 @dircategory Emacs
@@ -3335,6 +3335,12 @@ blocked until all earlier siblings are marked DONE.  Here is an example:
 ** TODO c, needs to wait for (a) and (b)
 @end example
 
+@table @kbd
+@kindex C-c C-x o
+@item C-c C-x o
+Toggle the @code{ORDERED} property of the current entry.
+@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}).