From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: suggestion : collapsed levels Date: Tue, 16 Oct 2007 13:12:37 +0100 Message-ID: <876417b6mi.fsf@bzg.ath.cx> References: <87d4vfj316.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhkLo-00011U-Tx for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 07:12:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhkLm-000114-Hz for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 07:12:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhkLm-000111-Bn for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 07:12:38 -0400 Received: from fk-out-0910.google.com ([209.85.128.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhkLm-0006kG-2k for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 07:12:38 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1931467fkr for ; Tue, 16 Oct 2007 04:12:36 -0700 (PDT) In-Reply-To: (Richard G. Riley's message of "Tue, 16 Oct 2007 08:08:28 +0200") 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 Richard G Riley writes: > *title :tag: .... I think this is not a good idea. It would breack the logical meaning of "..." and the way it's used outside of Org. > But, on that subject is it possible to see inherited tags (maybe in a > different face?)?. Use the column view: ,---- | * Links :Read: | :PROPERTIES: | :COLUMNS: %30ITEM %10TAGS %20ALLTAGS | :END: | | ** Types of links :Write: `---- Try to C-c C-x C-c on the second headline. It will display the headlines as a row consisting in the headline's title, the list of tags, and the list of inherited tags. The ALLTAGS field is "read-only": while trying to edit it with `e' Org bites: "The ALLTAGS property can not yet be set with `org-entry-put'" > :PROPERTIES: > :ALLTAGS: True > :END: You can define the #+COLUMNS: so that the default column view for a particular file always show inherited tags. HTH, -- Bastien