emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?


From: Axel Kielhorn
Subject: [O] Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ?
Date: Sun, 21 Feb 2016 14:25:49 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]