From: Richard Lawrence <richard.lawrence@berkeley.edu>
To: Axel Kielhorn <org-mode@axelkielhorn.de>
Cc: Org-Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?
Date: Sun, 21 Feb 2016 09:04:47 -0800 [thread overview]
Message-ID: <878u2e570w.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <5F3F4EBA-2891-4E79-A638-7E4EE2E77147@axelkielhorn.de>
Hi Axel,
Axel Kielhorn <org-mode@axelkielhorn.de> writes:
> I want to export a subtree with a columnview dynamic block in
> landscape orientation. I don’t want just a rotated table, the whole
> page should be in landscape mode. I may have to tweak the page layout
> using geometry as well, thus I probably need EXPORT_LATEX_HEADER.
> * Projektboard :noexport:
> :PROPERTIES:
> :EXPORT_FILE_NAME: Projektboard
> :END:
> #+EXPORT_LATEX_CLASS_OPTIONS: [landscape]
> #+EXPORT_TITLE: Projektboard
> ...
I think what you want to do is put the EXPORT_LATEX_CLASS_OPTIONS (and
the TITLE) as a property in the property drawer, like this:
* Projektboard :noexport:
:PROPERTIES:
:EXPORT_LATEX_CLASS_OPTIONS: [landscape]
:EXPORT_TITLE: Projektboard
:EXPORT_FILE_NAME: Projektboard
:END:
That has the intended effect when I test it here, and my setup is
similar to yours. In general, when you just want to affect the export
options of a subtree, you use properties, rather than keywords.
Best,
Richard
next prev parent reply other threads:[~2016-02-21 17:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-21 13:25 Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ? Axel Kielhorn
2016-02-21 17:04 ` Richard Lawrence [this message]
2016-02-21 19:19 ` Axel Kielhorn
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878u2e570w.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me \
--to=richard.lawrence@berkeley.edu \
--cc=emacs-orgmode@gnu.org \
--cc=org-mode@axelkielhorn.de \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.