From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Re: Can't customize org-export-latex-classes Date: Thu, 29 Jan 2009 13:13:04 -0800 Message-ID: <20090129211304.GL28304@hplhtang1> References: <20090129194843.GJ28304@hplhtang1> <9D37A0FD-D3AC-428F-A4C8-8C54FE059545@gmail.com> Reply-To: Hsiu-Khuern Tang 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 1LSeDo-0004Fg-2y for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 16:14:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSeDn-0004FU-LM for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 16:14:47 -0500 Received: from [199.232.76.173] (port=56285 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSeDn-0004FR-9Y for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 16:14:47 -0500 Received: from gundega.hpl.hp.com ([192.6.19.190]:60378) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LSeDm-0006j1-Ss for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 16:14:47 -0500 Received: from masterns.hpl.hp.com (masterns.hpl.hp.com [15.0.48.4]) by gundega.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n0TLD9mq003587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 29 Jan 2009 13:13:09 -0800 (PST) Received: from hplhtang1.hpl.hp.com (hplhtang1.hpl.hp.com [15.4.92.205]) by masterns.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n0TLD9Su007761 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 29 Jan 2009 13:13:09 -0800 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1LSeC8-0004Uy-RH for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 13:13:04 -0800 Content-Disposition: inline In-Reply-To: <9D37A0FD-D3AC-428F-A4C8-8C54FE059545@gmail.com> 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" * On Thu 08:15PM +0000, 29 Jan 2009, Christopher Suckling (suckling.list@googlemail.com) wrote: > > On 29 Jan 2009, at 19:48, Hsiu-Khuern Tang wrote: > > > In Org-mode 6.19b, running > > > > M-x customize-variable org-export-latex-classes > > > > gives an error "No match". > > Have you (require 'org-export-latex) in your .emacs? That fixed it, thanks! I never had to load this feature before. Maybe this is because it was automatically loaded by the LaTeX export functions? -- Best, Hsiu-Khuern.