From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Documentation for NOBLOCKING property? Date: Sun, 23 Nov 2014 10:59:03 +0800 Message-ID: <87a93ioc5k.wl-jamshark70@qq.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsNOn-0001qV-Jm for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 21:59:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsNOi-00086y-1C for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 21:59:41 -0500 Received: from smtpbg302.qq.com ([184.105.206.27]:58936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsNOh-000818-3s for emacs-orgmode@gnu.org; Sat, 22 Nov 2014 21:59:35 -0500 Received: from hjh-e431.qq.com (unknown [219.136.1.152]) by esmtp4.qq.com (ESMTP) with SMTP id 0 for ; Sun, 23 Nov 2014 10:59:04 +0800 (CST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode Just now, I needed to exempt a couple of subtrees from TODO dependency blocking. I found that you can do this by setting a subtree property NOBLOCKING. This option appears to be undocumented (by which I mean, it isn't mentioned in the manual's dependency checking page, and a web search for "orgmode todo noblocking" turned up pages about TODOs but none with any obvious reference to noblocking). I found the property by grepping the .el sources for "blocked" to find the org-todo function, and then scanning the function until I found something that looked like property access. Was it intentional to omit this from the documentation? hjh