From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: Re: Re: include file contents in org files? Date: Thu, 23 Aug 2007 16:32:43 -0700 Message-ID: <46CE191B.4010707@sindercity.com> References: <87bqd0qwql.fsf@bzg.ath.cx> <20070822091042.GC25403@atlantic.linksys.moosehall> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOMAd-00020s-8L for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 19:32:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOMAb-00020g-Qu for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 19:32:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOMAb-00020d-Gt for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 19:32:57 -0400 Received: from sd-green-bigip-74.dreamhost.com ([208.97.132.74] helo=randymail-a8.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOMAb-00046Z-7h for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 19:32:57 -0400 In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode@gnu.org, Rainer Stengele > Then you could write > > :SETUP: > #+STARTUP: overview > more stuff that should be hidden > :END: > > * The first "real" headline in the file. I like this, but here's a word of caution.... I had previously started my setup on the first line of the file. But, if you put the :SETUP: drawer the first line, using TAB when point is on the first character of the file only does global visibility cycling (as it should). To open the :SETUP: drawer, you need to move point off the first character.