From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Kielhorn Subject: Export Subtree to LaTeX: no EXPORT_LATEX_CLASS_OPTIONS ? Date: Sun, 21 Feb 2016 14:25:49 +0100 Message-ID: <5F3F4EBA-2891-4E79-A638-7E4EE2E77147@axelkielhorn.de> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXUIn-0005XC-1Y for emacs-orgmode@gnu.org; Sun, 21 Feb 2016 08:43:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXUIm-00080X-1k for emacs-orgmode@gnu.org; Sun, 21 Feb 2016 08:43:56 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]:51090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXUIl-00080S-OB for emacs-orgmode@gnu.org; Sun, 21 Feb 2016 08:43:55 -0500 Received: from [IPv6:2003:73:2f2b:2c00:a577:d476:403e:9a65] (p200300732F2B2C00A577D476403E9A65.dip0.t-ipconnect.de [IPv6:2003:73:2f2b:2c00:a577:d476:403e:9a65]) by smtp.strato.de (RZmta 37.19 AUTH) with ESMTPSA id t064fbs1LDPoJ8s (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sun, 21 Feb 2016 14:25:50 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-Mode Mailing List Hi, I want to export a subtree with a columnview dynamic block in landscape = orientation. I don=E2=80=99t 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=E2=80=99m 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