From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: New Exporter BUG/Change in behaviour Date: Sun, 07 Apr 2013 00:22:56 +0200 Message-ID: <877gkfz4cf.fsf@gmail.com> References: <87ppy8yl60.fsf@norang.ca> <87hajkx1rv.fsf@gmail.com> <87d2u7wcpt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UObVm-0002tX-NB for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 18:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UObVl-0002xa-GD for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 18:23:02 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:54730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UObVl-0002xK-AV for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 18:23:01 -0400 Received: by mail-we0-f180.google.com with SMTP id r5so3574462wey.25 for ; Sat, 06 Apr 2013 15:23:00 -0700 (PDT) In-Reply-To: <87d2u7wcpt.fsf@gmail.com> (Thorsten Jolitz's message of "Sat, 06 Apr 2013 23:50:22 +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: > 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| > | > `----------------------- No. The "d:" item only applies to regular drawers. `property-drawer' elements are not among them. Back-ends handle these beasts as they see fit (they usually ignore them, as you can tell). Regards, -- Nicolas Goaziou