From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: LaTeX Export problem: cannot open load file: org-latex Date: Sat, 18 Apr 2009 07:45:01 -0500 Message-ID: References: <504bb7200904180528l6cc1312bie9ae22dd37416817@mail.gmail.com> 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 1Lv9uu-0005eA-L3 for emacs-orgmode@gnu.org; Sat, 18 Apr 2009 08:45:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lv9uq-0005aB-Ay for emacs-orgmode@gnu.org; Sat, 18 Apr 2009 08:45:08 -0400 Received: from [199.232.76.173] (port=48121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lv9uq-0005a7-2i for emacs-orgmode@gnu.org; Sat, 18 Apr 2009 08:45:04 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:36710) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lv9up-0003Df-Ok for emacs-orgmode@gnu.org; Sat, 18 Apr 2009 08:45:03 -0400 In-Reply-To: <504bb7200904180528l6cc1312bie9ae22dd37416817@mail.gmail.com> (Holger Hellebro's message of "Sat\, 18 Apr 2009 14\:28\:40 +0200") 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: Holger Hellebro Cc: emacs-orgmode@gnu.org Hi Holger, Holger Hellebro writes: > Hi > > I'm using Org-mode version 6.25f on Ubuntu 8.10 with GNU Emacs 22.2.1. > Emacs came with an older version of org-mode but I used the Makefile to > install the newer version and most things seem to be working. > > But when I try to export to LaTeX (C-c C-e l or L) I get the following > error message in the minibuffer: "Cannot open load file: org-latex". > Indeed, I don't have any file named "org-latex" or "org-latex.el" on my > system as it was not part of the org distribution. I'm an absolute > elisp newbie but a grep shows that org-install.el references a file > "org-latex.el". With org-mode version 6.25f, the file org-export-latex.el was renamed to org-latex.el. Off the top of my head, I can think of a couple of things you might check: 1. If you look in the lisp subdirectory of the org distribution you downloaded, can you confirm that org-latex.el was byte-compiled as a result of the make process? 2. Check the directory where you installed the new org files (e.g., /usr/share/emacs/site-lisp or somewhere else) to see if org-latex is was copied to that directory. I'm sure others will be along with more concrete advice sometime soon. Hope this helps, Matt