[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] New Exporter BUG/Change in behaviour
From: |
Thorsten Jolitz |
Subject: |
Re: [O] New Exporter BUG/Change in behaviour |
Date: |
Sat, 06 Apr 2013 23:50:22 +0200 |
User-agent: |
Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) |
Nicolas Goaziou <address@hidden> writes:
Hello,
> The new exporter distinguishes between subtree export (toggled with C-s
> key within the dispatcher) and region export. In the old exporter, C-c @
> + export command would give you a subtree export. This is not the case
> in the new exporter. You have to explicitly mention you want a subtree
> export. On the other hand, you don't need to select a region beforehand.
> In other words, you don't trigger a subtree export anymore with C-c @
> (but it triggers a region export).
>
> If you export a subtree in the new exporter jargon, you can override
> locally #+options: line by setting top headline's :EXPORT_OPTIONS:
> property to an appropriate value, e. g. :EXPORT_OPTIONS: tasks:t.
Shouldn't the
,---------------------
| :EXPORT_OPTIONS: d:t
`---------------------
setting in the following minimal org-file export the property-drawer for
this subtree too?
,-----------------------
| * header1
| :PROPERTIES:
| :EXPORT_OPTIONS: d:t
| :END:
|
| hello world
|
| |hello| table|
|
`-----------------------
Exporting to an ASCII buffer:
,------------
| C-c C-e t A
`------------
gives
,------------------
| Thorsten Jolitz
|
|
| Table of Contents
| _________________
|
| 1 header1
|
|
| 1 header1
| =========
|
| hello world
|
| hello| table|
`------------------
--
cheers,
Thorsten