From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-export-latex.el renamed Date: Sun, 12 Apr 2009 08:23:53 +0200 Message-ID: <735D1116-C6D9-4E99-94E0-F8A6BC1374E6@uva.nl> References: <4949DE2D-D428-4B34-A35A-8B38B6DFDBF4@uva.nl> <04D2AE8D-21CB-40DC-988F-166D8B752B44@gmail.com> 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 1Lst6s-0006zv-Od for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 02:24:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lst6n-0006zj-Ce for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 02:24:05 -0400 Received: from [199.232.76.173] (port=59122 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lst6n-0006zg-83 for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 02:24:01 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:51109) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lst6m-0000io-Hy for emacs-orgmode@gnu.org; Sun, 12 Apr 2009 02:24:01 -0400 Received: by ewy4 with SMTP id 4so2012185ewy.42 for ; Sat, 11 Apr 2009 23:23:56 -0700 (PDT) In-Reply-To: <04D2AE8D-21CB-40DC-988F-166D8B752B44@gmail.com> 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: Christopher Suckling Cc: emacs-orgmode emacs-orgmode , Carsten Dominik Hi Christopher, On Apr 9, 2009, at 7:23 PM, Christopher Suckling wrote: > 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). You can leave the variables in, they are still unchanged. Just change the require statement. > > 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 I think tis is fixed now, can you please try and report back? Thanks. - Carsten