From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: LaTeX export: Unknown LaTeX class `org-article' Date: Sun, 26 Jan 2014 08:51:11 -0500 Message-ID: References: <52E25A39.70902@pfdstudio.com> <87vbx9wn84.fsf@strey.biz> <20140124142103.GA47919@pdavismbp15.iscinternal.com> <87mwilxrvd.fsf@ucl.ac.uk> <20140124185420.GD47919@pdavismbp15.iscinternal.com> <20140125003050.GA13349@pfdstudio-air.home> <87a9ekxmsl.fsf@ucl.ac.uk> <20140125153427.GB13349@pfdstudio-air.home> <87y523j6cl.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7Q7I-0002qT-7w for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 08:51:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7Q7D-000806-AF for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 08:51:16 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:50682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7Q7D-000800-6g for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 08:51:11 -0500 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B43D720C12 for ; Sun, 26 Jan 2014 08:51:10 -0500 (EST) In-Reply-To: <87y523j6cl.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Sun, 26 Jan 2014 12:05:46 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric S Fraga writes: > Peter Davis writes: > > [...] > >>> > Ok, something weird is going on. This worked on my office MacBook, but >>> > when I try on the home one, also with org 8.2.3c, >>> > org-export-latex-classes is defined, but org-latex-classes is not. >>> > >>> > Any clues? >>> >>> this sounds like a mixed installation. do you have an old version of >>> org lying around, maybe as part of the emacs installation? are the two >>> systems running different versions of emacs? >>> >> >> Both running emacs 24.3.1, same build > > Ummm, strange. What happens if you > > C-h v org-export-latex-classes RET > > e.g. does it show "is a variable defined in " some file? If so, where > do you end up if you hit RET on that file name? It does say the variable is define in org-latex.el, and clicking on that name takes me to the definition in org-latex.el.gz. Perhaps that one file is out of sync somehow? Strange. Thanks, -pd