From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: Error when exporting as Latex Date: Fri, 10 Jul 2009 13:13:09 +0100 Message-ID: References: <4A5713B5.3050900@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPEyz-00010J-GS for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:13:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPEyt-0000zc-LK for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:13:40 -0400 Received: from [199.232.76.173] (port=45268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPEyq-0000zK-Ql for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:13:34 -0400 Received: from main.gmane.org ([80.91.229.2]:35041 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPEyq-0006xo-EV for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 08:13:32 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MPEyh-00058J-CC for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 12:13:23 +0000 Received: from external.atkinsglobal.com ([193.117.23.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jul 2009 12:13:23 +0000 Received: from paul.d.mead by external.atkinsglobal.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jul 2009 12:13:23 +0000 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 Karl Maihofer writes: > Others may correct me but I think this is the same issue I had yesterday. The > reason is that the two versions of Org - the one shipped with your Emacs and the > latest one you installed by yourself conflict in some way. Some time ago the > lisp-file for LaTeX export was renamed - > perhaps this is why you get an error. My solution was to rename the > Org-lisp-files in c:/bin/emacs-22.3/lisp/textmodes/. For example > org-export-latex.elc gets org-export-latex.elc_save and so on. After that Emacs > can only find the latest Org-version. > > I then had to add > > (require 'org-latex) > > to my ~/.emacs. Hope that helps. > Karl Karl that worked, thanks! It does beg the question of why these files aren't overwritten during the installation from the git repo - I do the usual make clean && make install && make doc routine. Is there something that I should be amending before I do this? Paul