From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert Klein" Subject: Re: Re: Bug: (REVISED) trouble with updated latex export [6.35 (release_6.35a.26.g78cc)] Date: Wed, 07 Apr 2010 08:40:05 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzOvu-0003u0-VD for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:40:15 -0400 Received: from [140.186.70.92] (port=59750 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzOvt-0003tI-Js for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:40:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzOvs-0002eC-F2 for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:40:13 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:27899) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzOvs-0002dv-9C for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:40:12 -0400 Received: from [10.20.2.71] (port=55830 helo=vmmail.mpip-mainz.mpg.de) by gate1.mpip-mainz.mpg.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NzOvn-0000O4-1G for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 08:40:07 +0200 Received: from pckr105.mpip-mainz.mpg.de ([10.20.70.201]) by vmmail.mpip-mainz.mpg.de with esmtp (Exim 4.66) (envelope-from ) id 1NzOvm-0002xU-Ry for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 08:40:06 +0200 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: emacs-orgmode@gnu.org Am 07.04.2010, 09:17 Uhr, schrieb Austin Frank : > On Wed, Apr 07 2010, Austin Frank wrote: > >> I then document some unexpected behavior when exporting to latex. >> Options specified with #+LATEX_HEADER are not exported, and if >> `org-export-latex-packages-alist' is customized then only those packages >> are exported. > > Upgrading to Org-mode version 6.35b (release_6.35b.27.g35f5) allows my > packages from `org-export-latex-packages-alist' packages to be exported > correctly, but following the steps in my previous mail still does not > result in the inclusion of packages specified in #+LATEX_HEADER lines. I can confirm this for 6.35b: #+LaTeX_HEADER lines are getting ignored. Also, when I put (add-to-list 'org-export-latex-packages-alist '("" "listings")) into my .emacs-file it is put twice into the resulting tex file. Best regards Robert