From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: No definition for class `article' in `org-export-latex-classes' Date: Tue, 20 Oct 2009 13:52:30 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0FAA-0005Ic-Jt for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:54:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0FA6-0005Gw-Rv for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:54:10 -0400 Received: from [199.232.76.173] (port=33467 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0FA6-0005Gs-KW for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:54:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:52585) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0FA6-0000Q9-72 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:54:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N0F9o-0001LV-Ik for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 15:53:48 +0200 Received: from 24-216-241-93.dhcp.mdfd.or.charter.com ([24.216.241.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2009 15:53:48 +0200 Received: from jtk by 24-216-241-93.dhcp.mdfd.or.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2009 15:53:48 +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: emacs-orgmode@gnu.org Using Org at e8e296 with emacs 23.1.1 and texlive-2008, when exporting to PDF, the following error occurs: Exporting to PDF... Exporting to LaTeX... org-export-latex-set-initial-vars: No definition for class `article' in `org-export-latex-classes' It still works as of 79031ab. The next changeset f376fe does modify lisp/org-latex.el. Thanks.