From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: suggestion : collapsed levels Date: Tue, 16 Oct 2007 08:08:28 +0200 Message-ID: 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 1IhfbY-0006zz-OV for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 02:08:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhfbX-0006zg-FA for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 02:08:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhfbX-0006zd-9L for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 02:08:35 -0400 Received: from mu-out-0910.google.com ([209.85.134.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhfbW-0000XY-QC for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 02:08:35 -0400 Received: by mu-out-0910.google.com with SMTP id g7so1876553muf for ; Mon, 15 Oct 2007 23:08:33 -0700 (PDT) In-Reply-To: <87d4vfj316.fsf@bzg.ath.cx> (Bastien's message of "Tue\, 16 Oct 2007 01\:50\:45 +0100") 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: Bastien Cc: org-mode Bastien writes: > Richard G Riley writes: > >> Is it/could it be, possible to have "collapsed" marking "..." always >> to the right of the left hand title column in an org file? > > Do you mean hiding the tags when collapsing the subtree? No. I mean having the collapsed marker to the right of the heading, not to the right of the visible tags. It stops you having to scan all the way to the right. I small usability tweak I think. e.g *title :tag: ** subheading When I collapse I get *title :tag: .... I think it would be easier to scan the title column (which you are more likely to do than scanning process orientated tags) if the decoration was like this: *title... :tag: > > But if you hide tags when folding, how do you distinguish headlines > with tags from headlines without tags? > > For me having tags around is okay. Especially because I use a nearly > invisible font for them. And for me. > > And if I were to hide them I'd better hide them in a :TAGS: property. > But it is good to keep the special properties (todo, tags, scheduled, > etc.) at special place. No, I am not asking for tags to be removed from view. But, on that subject is it possible to see inherited tags (maybe in a different face?)?. They would, I assume, be read only in the places they are "inherited". I see an ALLTAGS property, but its not immediately clear to me from the documentation how to use it or even if it is what I want. Something like this at the top of a file? :PROPERTIES: :ALLTAGS: True :END: or, better and more concistent #+ALLTAGS But maybe I misinterpret the meaning of this special property? Possibly I need to provide my own column view? Or can I modify the existing one by including ALLTAGS?