From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Subject: Re: Fold "preamble/options" under first header Date: Thu, 30 Sep 2010 01:45:34 -0300 Message-ID: <20100930044534.GJ2414@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50892 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1B1Z-00078Y-2e for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 00:45:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1B1X-0006IM-RS for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 00:45:40 -0400 Received: from cpoproxy1-pub.bluehost.com ([69.89.21.11]:50312) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P1B1X-0006I4-Ka for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 00:45:39 -0400 Content-Disposition: inline In-Reply-To: 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: John Hendy Cc: emacs-orgmode >From documentation on exporting: The exporter recognizes special lines in the buffer which provide additional information. These lines may be put anywhere in the file. There are even some examples where all this stuff goes into the last level 1 heading, which is marked as COMMENT. Or you can send the whole preamble to an external file and just add a reference with #+SETUPFILE http://orgmode.org/manual/Export-options.html#Export-options Regards, .j. On Wed, Sep 29, 2010 at 05:19:14PM -0500, John Hendy wrote: > Is it possible to "fold" the preamble (#+latex_header, #+options, etc.) > under a first header? Mine get rather long, especially for Beamer > documents. > > I just attempted it and it appears to work, but I wanted to know if > anyone else has tried this and succeeded or if there are any things to > watch out for.