From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: column view: hiding :PROPERTIES:, and overriding edit restrictions Date: Sat, 14 Mar 2009 08:38:09 +0100 Message-ID: <100B14D6-C01B-488B-8A8D-34F5B1C0B738@uva.nl> References: <87hc1wztni.fsf@it.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiORk-0001Fa-Nn for emacs-orgmode@gnu.org; Sat, 14 Mar 2009 03:38:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiORg-0001EN-BO for emacs-orgmode@gnu.org; Sat, 14 Mar 2009 03:38:16 -0400 Received: from [199.232.76.173] (port=59222 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiORf-0001EC-VU for emacs-orgmode@gnu.org; Sat, 14 Mar 2009 03:38:11 -0400 Received: from mail-ew0-f179.google.com ([209.85.219.179]:38578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LiORf-0007Kx-FT for emacs-orgmode@gnu.org; Sat, 14 Mar 2009 03:38:11 -0400 Received: by ewy27 with SMTP id 27so3818029ewy.42 for ; Sat, 14 Mar 2009 00:38:10 -0700 (PDT) In-Reply-To: <87hc1wztni.fsf@it.com> 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: news@aleblanc.cotse.netnews@aleblanc.cotse.net Cc: emacs-orgmode@gnu.org On Mar 14, 2009, at 4:10 AM, wrote: > Hi, > when I enter column view I can cycle through tree visibility > settings by hitting the tab key, but can only hide the :PROPERTIES: > line under the top heading if I fold the tree completely. > I want to be able to see all headings, but no :PROPERTIES: > How can I do this? > Also.. how can I override the restriction that prevents me from > editing a value when there is a corresponding formula and the header > has children: "The value is computed from the entry's children" > When using my previously posted org-columns-content function, I > may be only interested in accumulating values to the top level, and > not intermediate levels. So I may want to be able to edit these > intermediate level headings. Hi, press "c" for content view. - Carsten