From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Suckling Subject: Re: org-export-latex.el renamed Date: Thu, 9 Apr 2009 18:23:48 +0100 Message-ID: <04D2AE8D-21CB-40DC-988F-166D8B752B44@gmail.com> References: <4949DE2D-D428-4B34-A35A-8B38B6DFDBF4@uva.nl> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lrxyo-0008U5-1U for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 13:23:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lrxyj-0008RG-DN for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 13:23:57 -0400 Received: from [199.232.76.173] (port=37107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lrxyi-0008Qz-RU for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 13:23:52 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:43018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lrxyi-0002q8-Eo for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 13:23:52 -0400 Received: by ewy4 with SMTP id 4so924623ewy.42 for ; Thu, 09 Apr 2009 10:23:50 -0700 (PDT) In-Reply-To: <4949DE2D-D428-4B34-A35A-8B38B6DFDBF4@uva.nl> 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: Carsten Dominik Cc: emacs-orgmode emacs-orgmode On 9 Apr 2009, at 17:33, Carsten Dominik wrote: > the file org-export-latex.el has been renamed to org-latex.el. > > I think some of you might have > > (require 'org-export-latex) > > in your setup, this needs to be changed. > > Also, after pulling from the git repo, > running > > make clean > make > > to produce the correct autoloads will be important. Hi Carsten, I did as above and additionally removed any latex stuff from my .emacs (org-export-latex-classes and org-export-latex-default-class). On trying to export to latex, I get the following error: org-export-latex-set-initial-vars: Symbol's value as variable is void: org-export-html-style-include-default Best, Christopher