emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* latex_class_options
@ 2016-09-15 12:29 Vikas Rawal
  2016-09-15 13:10 ` latex_class_options Vikas Rawal
  0 siblings, 1 reply; 3+ messages in thread
From: Vikas Rawal @ 2016-09-15 12:29 UTC (permalink / raw)
  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/)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-15 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <366fcad2ebf941c284260734d6452ed9@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-09-15 13:31 ` latex_class_options Eric S Fraga
2016-09-15 12:29 latex_class_options Vikas Rawal
2016-09-15 13:10 ` latex_class_options Vikas Rawal

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).