Nicolas Goaziou <n.goaz...@gmail.com> writes: > Hello, > > Thorsten Jolitz <tjol...@gmail.com> writes: > >> This minimal Org buffer "tmp<2>" >> >> ,---------------------------- >> | #+OPTIONS: prop:t >> | >> | * A >> | :PROPERTIES: >> | :EXPORT_OPTIONS: prop:nil >> | :END: >> | >> | C >> | >> | * B >> | :PROPERTIES: >> | :DESCRIPTION: Headline B >> | :END: >> | >> | D >> `---------------------------- >> >> exports to >> >> ,------------------------------- >> | tmp<2> >> | >> | Table of Contents >> | >> | * 1. A >> | * 2. B >> | >> | 1 A >> | >> | EXPORT_OPTIONS: prop:nil >> | >> | C >> | >> | 2 B >> | >> | DESCRIPTION: Headline B >> | >> | D >> | >> | Author: Thorsten Jolitz >> | >> | Created: 2014-04-09 Mi 22:44 >> | >> | Emacs 24.3.1 (Org mode 8.2.5h) >> | >> | Validate >> `------------------------------- >> >> but I would have expected that the options node-property prop:nil >> overrides the global option prop:t. >> >> Bug or wrong usage? > > Wrong usage. EXPORT_* properties only apply when export scope is the > current subtree (C-s in export dispatcher).
I see ... but is there any possibility to export a buffer with global option prop:t but inhibit the property-drawer export for one specific subtree (would be subtree A in the example above)? Similar to :noexport: tags for headlines? -- cheers, Thorsten