From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Show first leaf heading on startup Date: Tue, 20 Oct 2015 09:22:14 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoREU-0000U0-K3 for emacs-orgmode@gnu.org; Tue, 20 Oct 2015 03:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoREQ-0006p5-O3 for emacs-orgmode@gnu.org; Tue, 20 Oct 2015 03:21:18 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:25320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoREQ-0006oE-IC for emacs-orgmode@gnu.org; Tue, 20 Oct 2015 03:21:14 -0400 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: Shankar Rao Cc: Org-Mode You could set a VISIBILITY property manually, but that solution of course is not robust to changes in outline and does not automatically carry over to other documents. [[info:org#Initial visibility]] Yours, Christian Shankar Rao writes: > How can I make it so that on startup, only the content of the first "leaf" > heading is revealed, so that the document looks like: > > * Heading A > ** Subheading AA > *** Subsubheading AAA > Stuff about topic AAA > *** Subsubheading AAB ... > ** Subheading AB ... > * Heading B ... > > Shankar Rao