From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Override global export-option prop:t Date: Wed, 09 Apr 2014 23:54:03 +0200 Message-ID: <87txa2tbic.fsf@gmail.com> References: <87d2gqgrcl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WY0RE-0007Ou-An for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 17:53:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WY0R5-0003lR-82 for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 17:53:44 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:37745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WY0R5-0003lC-16 for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 17:53:35 -0400 Received: by mail-we0-f172.google.com with SMTP id t61so3130665wes.3 for ; Wed, 09 Apr 2014 14:53:34 -0700 (PDT) In-Reply-To: <87d2gqgrcl.fsf@gmail.com> (Thorsten Jolitz's message of "Wed, 09 Apr 2014 22:50:18 +0200") 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hello, Thorsten Jolitz 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