From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Folding Source Blocks Date: Wed, 02 Nov 2011 13:30:47 +0000 Message-ID: <4EB14607.5020602@wilkesley.net> References: <4EB0F104.3030303@wilkesley.net> <20556.1320239623@alphaville.dokosmarshall.org> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLauJ-0000gD-QY for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 09:31:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLauI-0002tW-K7 for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 09:31:07 -0400 Received: from mail.ian-barton.com ([109.74.196.44]:60706 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLauI-0002tF-Fk for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 09:31:06 -0400 Received: from [192.168.0.133] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 08DB541C42 for ; Wed, 2 Nov 2011 13:31:04 +0000 (GMT) In-Reply-To: <20556.1320239623@alphaville.dokosmarshall.org> 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-orgmode@gnu.org On 02/11/11 13:13, Nick Dokos wrote: > Ian Barton wrote: > >> If I have a large begin_src block it can make reading the surrounding >> text difficult, as the reader has to keep paging up and down. Ideally >> it would be possible to fold src blocks, but I can see that would be >> inconsistent with org's structure. I could put the block in a draw, >> but was interested in what others do. >> > > Pressing TAB (bound to org-cycle) on a #+BEGIN_SRC line folds the code > block for me - not sure whether there is a special setting to allow > that, but a quick look at my config did not uncover anything. > Thanks for that. When I start Emacs with no config file, it works for me too. Must be some setting in my config that is stopping it working. Ian.