From mboxrd@z Thu Jan 1 00:00:00 1970 From: abonnements Subject: Hidden named blocks. Date: Sun, 26 Oct 2014 11:09:46 +0100 Message-ID: <544CC86A.9000601@thierry-pelle.eu> 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 ([2001:4830:134:3::10]:34097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiKm0-0006TH-72 for emacs-orgmode@gnu.org; Sun, 26 Oct 2014 06:10:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiKlr-0004CL-HD for emacs-orgmode@gnu.org; Sun, 26 Oct 2014 06:10:08 -0400 Received: from 8.mo2.mail-out.ovh.net ([188.165.52.147]:57357 helo=mo2.mail-out.ovh.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiKlr-0004CB-AX for emacs-orgmode@gnu.org; Sun, 26 Oct 2014 06:09:59 -0400 Received: from mail629.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 70CE1FF8D8F for ; Sun, 26 Oct 2014 11:09:58 +0100 (CET) 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 Hello, I would like to know if there is, or if it is simple, to have a "#+STARTUP: hideblocks" like option which allow to fold named blocks leaving only the #+name: Example #+name: test #+header: :var foo=10 #+begin_src python ... #+end_src is displayed on the opening of the file folded this way #+name: test ... instead of #+name: test #+header: :var foo=10 #+begin_src python ... Ta. Thierry