From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Folding Source Blocks Date: Wed, 02 Nov 2011 07:28:04 +0000 Message-ID: <4EB0F104.3030303@wilkesley.net> 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]:43004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLVFS-0001uH-QL for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 03:28:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLVFR-0005xX-Po for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 03:28:34 -0400 Received: from mail.ian-barton.com ([109.74.196.44]:60665 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLVFR-0005lo-LU for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 03:28:33 -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 EC86C41C42 for ; Wed, 2 Nov 2011 07:28:19 +0000 (GMT) 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 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. Ian.