From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: filetags - at certain level Date: Thu, 26 Apr 2012 23:55:41 +0200 Message-ID: Reply-To: emacs-orgmode@gnu.org Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNWfR-000339-KC for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 17:56:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNWfQ-0002QO-5k for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 17:56:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:34606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNWfP-0002QI-Uu for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 17:56:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SNWfK-0000TZ-4V for emacs-orgmode@gnu.org; Thu, 26 Apr 2012 23:55:54 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 23:55:54 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2012 23:55:54 +0200 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: emacs-orgmode@gnu.org Would it be an easy enhancement to specify the level to apply certain filetags from the top org file meta data e.g #+FILETAGS: :crypt#2:private: In other words the more explicit equivalent would be something like * Banking ** Deutsche Bank Credit Card :crypt:visa: ** Maldives Platinum Card :crypt:visa: ** Barclays EC :crypt:ec: Why? So that only the second level entry contents are encrypted by default and not their titles : thus enabling tag search for the second levels. Or third or whatever. As it is applying a "saftey first" top level filetag of :crypt: means nothing below banking(first level) can be seem by the tag search. Thoughts? Or maybe its already possible?