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/)