From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard KLINDA Subject: Re: Property for startup visibility? Date: Wed, 07 May 2008 13:39:19 +0200 Message-ID: <87abj2jqc8.fsf@gmail.com> References: <87d4nz6xtb.fsf@gmail.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 1Jthzc-0006Vk-8G for emacs-orgmode@gnu.org; Wed, 07 May 2008 07:39:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jthzb-0006VR-E1 for emacs-orgmode@gnu.org; Wed, 07 May 2008 07:39:27 -0400 Received: from [199.232.76.173] (port=59856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jthzb-0006VO-8Q for emacs-orgmode@gnu.org; Wed, 07 May 2008 07:39:27 -0400 Received: from viefep32-int.chello.at ([62.179.121.50]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jthza-0008I4-R0 for emacs-orgmode@gnu.org; Wed, 07 May 2008 07:39:27 -0400 Received: from [192.168.0.175] (really [80.98.177.120]) by viefep32-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20080507113921.SEJK21794.viefep32-int.chello.at@[192.168.0.175]> for ; Wed, 7 May 2008 13:39:21 +0200 Received: from ignotus by localhost with local (masqmail 0.2.21) id 1JthzT-4Dv-00 for ; Wed, 07 May 2008 13:39:19 +0200 In-Reply-To: (Peter Jones's message of "Tue, 06 May 2008 19:53:56 -0600") 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 >>>>> Regarding 'Re: Property for startup visibility?'; Peter Jones adds: > Richard KLINDA writes: >> Hello, is there a property for setting the startup visibility >> (folden, children or subtree) of a tree? > Place this in your .org file. I keep it near the top: > #+STARTUP: showall > Search the manual for "startup" for more options. Thanks, but I would like to set this up on a tree-by-tree basis (complementing the #+STARTUP option). For example, currently I have a project file: ,---- | * Task 1 | | ** ... | ** ... | | * Task 2 | | ** .. | ** .. | | * Task 3 | | ** .. | ** .. `---- What I want is setting it up to open like this: ,---- | * Task 1... (Folded) | | * Task 2 (Content) | ** .. | ** .. | | * Task 3... (Folded) `---- Does it make sense? IMHO it could be a nice job for properties. Richard