From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: include file contents in org files? Date: Fri, 24 Aug 2007 13:30:57 +0200 Message-ID: References: <87bqd0qwql.fsf@bzg.ath.cx> <20070822091042.GC25403@atlantic.linksys.moosehall> <46CE191B.4010707@sindercity.com> <4d9e72e8222f0189a2824aec244fabc7@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOXNg-0006E4-RS for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 07:31:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOXNg-0006Dc-E7 for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 07:31:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOXNf-0006DS-Uw for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 07:31:12 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IOXNf-00010u-Gq for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 07:31:11 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOXNX-000877-Qz for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 13:31:03 +0200 Received: from p57af16a5.dip0.t-ipconnect.de ([87.175.22.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 13:31:03 +0200 Received: from rainer.stengele by p57af16a5.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 13:31:03 +0200 In-Reply-To: <4d9e72e8222f0189a2824aec244fabc7@science.uva.nl> 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 Carsten Dominik schrieb: > > 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 Actually I stumbled over this thing. I now switched org-cycle-global-at-bob off. I opt to change the default. Rainer