From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Dynerman Subject: Re: org-latex-classes removed? Date: Sat, 23 May 2015 16:12:44 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwAAY-0004zU-W4 for emacs-orgmode@gnu.org; Sat, 23 May 2015 10:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwAAU-00058G-15 for emacs-orgmode@gnu.org; Sat, 23 May 2015 10:12:54 -0400 Received: from block-party.net ([94.254.0.205]:54160 helo=anti-capital.block-party.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwAAT-00057y-R1 for emacs-orgmode@gnu.org; Sat, 23 May 2015 10:12:49 -0400 Received: from CIVIC-TV.localdomain (p4FF5A779.dip0.t-ipconnect.de [79.245.167.121]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: david@block-party.net) by anti-capital.block-party.net (Postfix) with ESMTPSA id 7EB752038 for ; Sat, 23 May 2015 09:12:47 -0500 (CDT) In-reply-to: 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: Org-mode Please disregard - just a silly mistake on my end: forgot (require 'ox-latex). Thank you, David David Dynerman writes: > Hello, > > In the master I'm currently seeing that org-latex-classes is > undefined. Is this intended? Has this functionality been replaced by > something else? I didn't see anything in a quick search of the mailing > list archives. > > Running emacs -q, in *scratch* I evaluate: > > (add-to-list 'load-path "/usr/share/site-lisp/org") > (load-library "org") > (require 'org) > (add-to-list 'org-latex-classes '("book-no-parts" "\\documentclass[11pt]{book}" > ("\\chapter{%s}" . "\\chapter*{%s}") > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))) > > Result: > > if: Symbol's value as variable is void: org-latex-classes > > This is on OS X using a emacsformacosx.com build: > > GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org > > Org-mode version 8.3beta (release_8.3beta-1159-g71641b @ /usr/share/site-lisp/org/) > > ProductName: Mac OS X > ProductVersion: 10.10.3 > BuildVersion: 14D136 > > Thank you, > David