From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: latex_class_options Date: Thu, 15 Sep 2016 17:59:46 +0530 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkVp2-0006yD-7X for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 08:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkVox-0001h9-8W for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 08:31:19 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:34820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkVox-0001Yy-2M for emacs-orgmode@gnu.org; Thu, 15 Sep 2016 08:31:15 -0400 Received: by mail-pa0-f44.google.com with SMTP id oz2so11182205pac.2 for ; Thu, 15 Sep 2016 05:30:53 -0700 (PDT) Received: from [192.168.1.37] ([59.176.42.82]) by smtp.gmail.com with ESMTPSA id ra13sm5010394pac.29.2016.09.15.05.29.51 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Sep 2016 05:29:52 -0700 (PDT) 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" To: org-mode mailing list I have a latex class defined as follows (add-to-list 'org-latex-classes '(("pulsememoir" "\\documentclass{memoir}" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")))) In my org file, I have the following: #+LATEX_CLASS: pulsememoir #+LaTeX_CLASS_OPTIONS: = [a4paper,11pt,twoside,openany,strict,extrafontsizes,twocolumn] But when I export, I get: \documentclass[8pt]{memoir} Why is #+LATEX_CLASS_OPTIONS ignored? Has the syntax changed? This is my org-version: Org-mode version 8.3.5 (release_8.3.5-1026-g096f42 @ = /Users/vikas/.emacs.d/src/org-mode/lisp/)