From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Hofert Subject: Re: #+STARTUP: content: How to expand only some sections on startup? Date: Sun, 6 Nov 2011 21:15:47 +0100 Message-ID: <2A6F4F2F-A609-472E-B88D-6D202A0EB611@math.ethz.ch> References: Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN98B-0004l7-AG for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 15:15:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RN98A-0000vU-CW for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 15:15:51 -0500 Received: from edge10.ethz.ch ([82.130.75.186]:20626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN98A-0000vL-6O for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 15:15:50 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs help Okay, I figured it out. There's a visibility property for that, e.g.: :PROPERTIES: :VISIBILITY: content :END: Cheers, Marius On 2011-11-06, at 15:27 , Marius Hofert wrote: > Hi, >=20 > as described on http://orgmode.org/manual/Visibility-cycling.html one = can set #+STARTUP: content to start an .org file with all headlines = shown, the default is "overview". I tried to put "#+STARTUP: content" in = some sections hoping that they will be expanded on startup while other = sections will not be expanded (so following "overview").=20 > Is something like this possible? >=20 > Cheers, >=20 > Marius