From mboxrd@z Thu Jan 1 00:00:00 1970 From: emacs-orgmode@gnu.org Subject: Cycling visibility of blocks Date: Sun, 24 May 2009 23:12:49 +0200 Message-ID: <87skiuryr2.fsf@selenimh.orion.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8L4X-00044A-Cx for emacs-orgmode@gnu.org; Sun, 24 May 2009 17:17:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8L4W-00042F-91 for emacs-orgmode@gnu.org; Sun, 24 May 2009 17:17:32 -0400 Received: from [199.232.76.173] (port=55714 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8L4W-000423-30 for emacs-orgmode@gnu.org; Sun, 24 May 2009 17:17:32 -0400 Received: from smtp21.services.sfr.fr ([93.17.128.3]:4688) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8L4V-0005nR-Ot for emacs-orgmode@gnu.org; Sun, 24 May 2009 17:17:32 -0400 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2112.sfr.fr (SMTP Server) with ESMTP id D26777000082 for ; Sun, 24 May 2009 23:17:30 +0200 (CEST) Received: from lowzel.ath.cx (203.133.206-77.rev.gaoland.net [77.206.133.203]) by msfrf2112.sfr.fr (SMTP Server) with ESMTP id B9CB670000A3 for ; Sun, 24 May 2009 23:17:30 +0200 (CEST) Received: from selenimh.orion.org. (unknown [93.9.218.123]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lowzel.ath.cx (Postfix) with ESMTPSA id D6AFD2603EE for ; Sun, 24 May 2009 23:17:31 +0200 (CEST) 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 Hello, I perhaps have missed it in the manual, but, would it be possible to cycle visibility in blocks like in the example below ? #+BEGIN_something blah blah blah blah blah blah and so much blah yet to come #+END_something becomes #+BEGIN_something ... #+END_something It could help when you have those big BEGIN_SRC getting in the way. Thanks. -- Nicolas Goaziou