From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Renzo Been" Subject: Latex-export Date: Sun, 22 Jul 2007 09:30:50 +0200 Message-ID: <4916e1b50707220030v308bcbdfq8a0471d9a1d2f9e0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICVu2-00026k-Dr for emacs-orgmode@gnu.org; Sun, 22 Jul 2007 03:30:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICVu0-00026Y-VP for emacs-orgmode@gnu.org; Sun, 22 Jul 2007 03:30:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICVu0-00026V-PL for emacs-orgmode@gnu.org; Sun, 22 Jul 2007 03:30:52 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ICVu0-0000Je-Fo for emacs-orgmode@gnu.org; Sun, 22 Jul 2007 03:30:52 -0400 Received: by ug-out-1314.google.com with SMTP id 34so986105ugf for ; Sun, 22 Jul 2007 00:30:50 -0700 (PDT) Content-Disposition: inline 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 Hi there, I've been trying to get the org-export-latex.el going, but can't get it loaded. I've tried the following in my Preferences.el (I use Aquamacs Emacs) file: ;; Load org-latex-export (load "/Applications/Emacs.app/Contents/Resources/lisp/textmodes/org-export-latex.el") (require 'Applications/Emacs.app/Contents/Resources/lisp/textmodes/org-export-latex.el) or ;; Load org-latex-export (load "org-export-latex") (require 'org-export-latex) But I get the following message: Loading /Applications/Emacs.app/Contents/Resources/lisp/textmodes/org-export-latex.el (source)...done An error has occurred while loading `~/Library/Preferences/Aquamacs Emacs/Preferences.el (or .elc)': File error: Cannot open load file, Applications/Emacs.app/Contents/Resources/lisp/textmodes/org-export-latex.el To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. I also tried compiling the file, but that gives: (error Required feature `/Applications/Emacs.app/Contents/Resources/lisp/textmodes/org-export-latex.elc' was not provided) Am I doing something wrong in the setup? Ciao, Renzo