Nicolas Goaziou <n.goaz...@gmail.com> 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