From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: column view: hiding :PROPERTIES:, and overriding edit restrictions Date: Sat, 14 Mar 2009 03:10:25 +0000 Message-ID: <87hc1wztni.fsf@it.com> 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 1LiKGu-000132-08 for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 23:10:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiKGp-00012q-Gs for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 23:10:47 -0400 Received: from [199.232.76.173] (port=55471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiKGp-00012n-Be for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 23:10:43 -0400 Received: from main.gmane.org ([80.91.229.2]:52825 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LiKGo-0002ne-M0 for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 23:10:42 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LiKGk-0003W2-Vq for emacs-orgmode@gnu.org; Sat, 14 Mar 2009 03:10:38 +0000 Received: from 87-194-46-7.bethere.co.uk ([87.194.46.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Mar 2009 03:10:38 +0000 Received: from news by 87-194-46-7.bethere.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Mar 2009 03:10:38 +0000 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 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. -- aleblanc