From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Problem with commented LaTeX header lines Date: Thu, 02 Aug 2012 17:20:05 +0200 Message-ID: <87a9ydpbh6.fsf@gnu.org> References: <8739458wr1.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwxBT-0007UT-Ir for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 11:19:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwxBS-0003VO-Cf for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 11:19:31 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:60049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwxBS-0003VE-4t for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 11:19:30 -0400 Received: by weys10 with SMTP id s10so6808157wey.0 for ; Thu, 02 Aug 2012 08:19:29 -0700 (PDT) In-Reply-To: <8739458wr1.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Thu, 02 Aug 2012 11:32:34 +0200") 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: Andreas Leha Cc: emacs-orgmode@gnu.org Hi Andreas, Andreas Leha writes: > I started to get problems with commented latex headers. Please always tell what exporter you are using. Your example works with the default LaTeX exporter. With the new exporter, you don't get \usepackage{cmbright} because you explicitely asked not to export this subtree with :noexport:. To me the new exporter is right here. I'd suggest moving #+LATEX_HEADER: \usepackage{cmbright} to the top of your file if you want it exported with both exporters. HTH, -- Bastien