From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Automatically folding latex environment Date: Thu, 03 Feb 2011 15:22:08 +0100 Message-ID: <87ipx1b3lb.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=51914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl04Y-0005Dk-Ph for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 09:22:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl04U-0002Oi-Lo for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 09:22:10 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:47174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl04U-0002Ob-Eh for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 09:22:06 -0500 Received: by fxm12 with SMTP id 12so1273690fxm.0 for ; Thu, 03 Feb 2011 06:22:05 -0800 (PST) In-Reply-To: (Marvin Doyley's message of "Wed, 15 Dec 2010 05:04:12 -0500") 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: Marvin Doyley Cc: emacs-orgmode@gnu.org Marvin Doyley writes: > Is there a way to tell org to fold Latex environments (i.e., # > +begin_latex .... #+end_latex) automatically at start-up ? Yes. (setq org-hide-block-startup t) Or set this in an Org buffer: #+STARTUP: hideblocks This is a FAQ, I've added an entry to Worg/org-faq.org. HTH, -- Bastien