From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Stuck projects not ignoring inherited tags Date: Fri, 13 Feb 2009 15:29:57 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXzza-0003BU-EE for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 10:30:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXzzY-0003B5-Ps for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 10:30:14 -0500 Received: from [199.232.76.173] (port=53725 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXzzY-0003B2-KE for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 10:30:12 -0500 Received: from main.gmane.org ([80.91.229.2]:44602 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXzzY-0002Bk-9C for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 10:30:12 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LXzzW-00045d-9F for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 15:30:10 +0000 Received: from external.atkinsglobal.com ([193.117.23.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2009 15:30:10 +0000 Received: from paul.d.mead by external.atkinsglobal.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2009 15:30:10 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I've tried to configure stuck projects to ignore my 'Someday / maybe' tree, by tagging the heading with 'someday' and then setting org-stuck-projects to ignore it. I've used Customize, but the code in .emacs comes out as: '(org-stuck-projects (quote ("+LEVEL=2/-DONE" ("TODO" "WAITING" "AGENDA" "STARTED") ("someday") "")))) Unfortunately it doesn't ignore the subtrees unless I directly tag each item. Is there a way of setting this up so that it ignores the inherited tags? Also, is there any syntax documentation for this variable, as I dislike using Customize. Thanks Paul