From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: LaTeX export: Unknown LaTeX class `org-article' Date: Fri, 24 Jan 2014 07:19:05 -0500 Message-ID: <52E25A39.70902@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6fj6-0006b9-Tv for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 07:19:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6fj1-0008Ja-SC for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 07:19:12 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6fj1-0008JW-Kr for emacs-orgmode@gnu.org; Fri, 24 Jan 2014 07:19:07 -0500 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1ED2C20FED for ; Fri, 24 Jan 2014 07:19:05 -0500 (EST) 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 I'm trying to get org-article working so I can create PDFs with something other than Computer Modern, but I keep getting the error Unknown LaTeX class `org-article' when I use this in the file: #+LaTeX_CLASS: org-article #+LaTeX_CLASS_OPTIONS: [article,letterpaper,times,12pt,listings-bw,microtype] I've been following the instructions here: http://orgmode.org/worg/org-contrib/babel/examples/article-class.html but I haven't found any way past this error. I also found the variable org-export-latex-packages-alist was not defined, so perhaps that's a clue to some other piece I'm missing? I added this to get around that: (unless (boundp 'org-export-latex-packages-alist) (setq org-export-latex-packages-alist nil)) Other ideas? Thanks! -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com