From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: exclude certain tags from inheritance Date: Mon, 21 Oct 2013 22:38:55 +0200 Message-ID: <87eh7exstc.fsf@pcbe13433.cern.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYMFk-0006c6-8O for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 16:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYMFd-0007s3-VP for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 16:39:04 -0400 Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:49996 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYMFd-0007re-M5 for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 16:38:57 -0400 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: Org Mode Mailing List Dear all, could someone help me with this? I'm tagging my projects using different tags: - ordinary 'whatever' tags like MARS, 2013, ProjectX ... - tags starting with ampersand: @Me, @John, @David - tags starting with hash #SpecificBehaviour, #LocalModification As you can see, the first item is generic, project related, and I need to inherit those tags within the tree. The other two items are specific: second is to tag person who is in charge of the todo, third is a 'non-generic' tag defining very specific activity. The two I need to have always non-inherited. I've learned that there is org-use-tag-inheritance, which can be setup to a regular expression. I'm not very strong in this elisp thingy. Could someone help me to construct the expression such, that all tags starting with @ or # will be excluded from inheritance? many thanks .d.