all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Axel Kielhorn <org-mode@axelkielhorn.de>
To: Org-Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?
Date: Sun, 21 Feb 2016 14:25:49 +0100	[thread overview]
Message-ID: <5F3F4EBA-2891-4E79-A638-7E4EE2E77147@axelkielhorn.de> (raw)

Hi,

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.

I’m using:
Org-mode version 8.3.3 (release_8.3.3-629-g635161 @ /Users/axel/src/Emacs/org-mode/lisp/)

with Emacs 24.5.

* Projektboard                                                     :noexport:
:PROPERTIES:
:EXPORT_FILE_NAME: Projektboard
:END:
#+EXPORT_LATEX_CLASS_OPTIONS: [landscape]
#+EXPORT_TITLE: Projektboard
#+BEGIN_EXPORT latex
\maketitle
#+END_EXPORT

#+BEGIN: columnview :hlines 1 :id "Inbetriebnahme"
| Problem          | Status MKB | Wer   | Termin_MKB | Termin_Teile | ErlMon |
|------------------+------------+-------+------------+--------------+--------|
| Inbetriebnahme   |            |       |            |              | [2/8]  |
| 2016-01-01 [0/3] |            |       |            |              | [0/3]  |
| Problem 1        | TODO       |       | 2016-02-02 |   2016-02-23 | [ ]    |
| Problem 2        | TASK       | :WER: |            |              | [ ]    |
| Problem 3        | TASK       | :WER: |            |              | [ ]    |
| 2016-01-02 [0/2] |            |       |            |              | [0/2]  |
| Problem 4        | TODO       |       |            |              | [ ]    |
| Problem 5        | TASK       | :WER: |            |              | [ ]    |
| 2016-01-03 [2/2] |            |       |            |              | [2/2]  |
| Problem 6        | DONE       |       |            |              | [X]    |
| Problem 7        | CANCELLED  |       |            |              | [X]    |
| 2016-01-04 [0/1] |            |       |            |              | [0/1]  |
| Problem 9        | in Arbeit  | :WER: |            |              | [ ]    |
#+END:

Did I overlook something or is it not possible to use a different LaTeX configuration to export a subtree?

If I use
#+LATEX_CLASS_OPTIONS: [landscape]
in the subtree it is used for the whole document as well.
The same happens when I us an #+INCLUDE file.

(Right now, I export to HTML and print from the browser.)

Axel

             reply	other threads:[~2016-02-21 13:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-21 13:25 Axel Kielhorn [this message]
2016-02-21 17:04 ` Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ? Richard Lawrence
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=5F3F4EBA-2891-4E79-A638-7E4EE2E77147@axelkielhorn.de \
    --to=org-mode@axelkielhorn.de \
    --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 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.