changeset 101671:4c26fea2986c

2009-01-30 Carsten Dominik <dominik@science.uva.nl> * org.texi (TODO dependencies): Document key binding for toggling ORDERED property.
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 30 Jan 2009 08:34:24 +0000
parents a15c11f894f1
children 3e7257e620b5
files doc/misc/ChangeLog doc/misc/org.texi
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Fri Jan 30 08:32:49 2009 +0000
+++ b/doc/misc/ChangeLog	Fri Jan 30 08:34:24 2009 +0000
@@ -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
--- a/doc/misc/org.texi	Fri Jan 30 08:32:49 2009 +0000
+++ b/doc/misc/org.texi	Fri Jan 30 08:34:24 2009 +0000
@@ -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 @@
 ** 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}).