emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Override global export-option prop:t


From: Nicolas Goaziou
Subject: Re: [O] Override global export-option prop:t
Date: Wed, 09 Apr 2014 23:54:03 +0200

Hello,

Thorsten Jolitz <address@hidden> 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).


Regards,

-- 
Nicolas Goaziou



reply via email to

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