From d83284b728f37a7dea7dfbb1a3c14f5f84244765 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 21 Mar 2012 08:27:17 +0100 Subject: [PATCH] org.el (org-enforce-todo-dependencies): Fix docstring. * org.el (org-enforce-todo-dependencies): Fix docstring. Thanks to Bernt Hansen for spotting this. --- lisp/org.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index a1eb9d853..dd19c8789 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2248,10 +2248,7 @@ TODO state changes Also, if a parent has an :ORDERED: property, switching an entry to DONE will be blocked if any prior sibling is not yet done. Finally, if the parent is blocked because of ordered siblings of its own, -the child will also be blocked. -This variable needs to be set before org.el is loaded, and you need to -restart Emacs after a change to make the change effective. The only way -to change is while Emacs is running is through the customize interface." +the child will also be blocked." :set (lambda (var val) (set var val) (if val -- 2.11.4.GIT