From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: org-export: Cannot open load file: org-mode/lisp/org-latex Date: Wed, 5 Jan 2011 01:43:29 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38274 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaIPf-00087f-NQ for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 20:43:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaIPe-00032b-Ca for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 20:43:43 -0500 Received: from lo.gmane.org ([80.91.229.12]:53741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaIPe-00032X-49 for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 20:43:42 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PaIPc-0001sm-5G for emacs-orgmode@gnu.org; Wed, 05 Jan 2011 02:43:40 +0100 Received: from 24-216-252-176.dhcp.mdfd.or.charter.com ([24.216.252.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jan 2011 02:43:40 +0100 Received: from jtk by 24-216-252-176.dhcp.mdfd.or.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jan 2011 02:43:40 +0100 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 I run Emacs bzr trunk (24) and Org git @de39bf. I tried pdflatex an outline today (only ten minutes before the meeting, per coalmine-canary best practices ;) ) and got the error: org-export: Cannot open load file: org-mode/lisp/org-latex This occurs on all org files tested. I have tried: reverting to a few days prior Org then make clean; make, checking Emacs commits last few days, nothing obvious jumped out from the logs. The file org-latex.elc file seems to be available (implying successful .el byte compilation?), readable and not stale: [master]~/.emacs.d/el-get/org-mode $ find . -name "*latex*" ./lisp/org-latex.elc ./lisp/ob-latex.elc ./lisp/ob-latex.el ./lisp/org-latex.el [master]~/.emacs.d/el-get/org-mode $ ls -l lisp/*latex* -rw-r--r-- 1 myuser users 6886 Dec 21 08:43 lisp/ob-latex.el -rw-r--r-- 1 myuser users 5202 Jan 4 17:27 lisp/ob-latex.elc -rw-r--r-- 1 myuser users 95570 Dec 20 03:28 lisp/org-latex.el -rw-r--r-- 1 myuser users 76882 Jan 4 17:27 lisp/org-latex.elc Any ideas? Thanks, Jeff