From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: include file contents in org files? Date: Fri, 24 Aug 2007 04:57:02 +0200 Message-ID: <4d9e72e8222f0189a2824aec244fabc7@science.uva.nl> References: <87bqd0qwql.fsf@bzg.ath.cx> <20070822091042.GC25403@atlantic.linksys.moosehall> <46CE191B.4010707@sindercity.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOPMA-0001Do-0S for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 22:57:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOPM8-0001Dc-ID for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 22:57:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOPM8-0001DZ-Eq for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 22:57:04 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOPM8-000202-0S for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 22:57:04 -0400 In-Reply-To: <46CE191B.4010707@sindercity.com> 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: "Daniel J. Sinder" Cc: Rainer Stengele , emacs-orgmode@gnu.org On Aug 24, 2007, at 1:32, Daniel J. Sinder wrote: >> 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. or configure the variable `org-cycle-global-at-bob'. Maybe we should acatually change the default of this variable. Is there anyone relying on the behavior that TAB behaves specially at the beginning of the buffer? - Carsten