Let blocking be turned-off on a per-file basis using local variables
commit16f73aff96123f01eae870bf7c71391584e73ba3
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 1 Feb 2010 16:34:50 +0000 (1 17:34 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 1 Feb 2010 16:34:50 +0000 (1 17:34 +0100)
tree2c28afacf6b7dc31f5480c9b239b8440067e6a78
parentb66858acbbd776b98cba72a7f2a4de53c71f8045
Let blocking be turned-off on a per-file basis using local variables

Wes Hardaker writes:

> Attached is a patch that lets local variables define whether or not todo
> dependency blocking should be used (both for TODOs and for checkboxes).
> I have one file in particular that I'm using checkboxes to quickly
> indicate multi-selections from a list but for most of my files I want
> TODOs blocked by uncompleted checkboxes.
>
> Normally org uses hook methods for checking for TODO blocks and this
> patch just inserts a check at the top to test and see if the variable
> turning on the blocking type is still set.
lisp/ChangeLog
lisp/org.el