emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Vikas Rawal <vikaslists@agrarianresearch.org>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: latex_class_options
Date: Thu, 15 Sep 2016 17:59:46 +0530	[thread overview]
Message-ID: <DCD12170-A4F0-468B-AAA1-EC1E17715C74@agrarianresearch.org> (raw)

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

             reply	other threads:[~2016-09-15 12:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-15 12:29 Vikas Rawal [this message]
2016-09-15 13:10 ` latex_class_options Vikas Rawal
     [not found] <366fcad2ebf941c284260734d6452ed9@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-09-15 13:31 ` latex_class_options Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DCD12170-A4F0-468B-AAA1-EC1E17715C74@agrarianresearch.org \
    --to=vikaslists@agrarianresearch.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).