From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Export subtree options not working Date: Mon, 2 Sep 2013 08:14:56 +0200 Message-ID: <1289C049-5148-4E86-B738-22C3B6019C01@gmail.com> References: <87li4r8sy3.fsf@demeulle.org> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGNrc-0006YW-UT for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 02:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGNrV-0007nc-P8 for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 02:43:52 -0400 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:48242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGNrV-0007lt-J4 for emacs-orgmode@gnu.org; Mon, 02 Sep 2013 02:43:45 -0400 Received: by mail-ee0-f41.google.com with SMTP id d17so2141618eek.14 for ; Sun, 01 Sep 2013 23:43:44 -0700 (PDT) In-Reply-To: <87li4r8sy3.fsf@demeulle.org> 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: Edward DeMeulle Cc: emacs-orgmode@gnu.org Hi Edward, these properties come only into effect is the export is restricted to = the subtree carrying these properties. HTH - Carsten On 28.7.2013, at 01:49, Edward DeMeulle wrote: > It appears that I'm using the properties syntax correctly, however I > cannot seem to get export to use the options I set in the properties > drawer. If I move the LaTeX_CLASS and OPTIONS over to their #+ > equivalents at the top of the file they work just fine. Is there > something (hopefully not *too* obvious) that I'm doing wrong? >=20 > :PROPERTIES: > :EXPORT_LaTeX_CLASS: report > :EXPORT_OPTIONS: toc:nil num:nil H:4 > :COLUMNS: %25ITEM %TODO %15Business %16Start-Date %16Last-Update > :EXPORT_PROPERTIES: 2 Business Start-Date Last-Update > :END: >=20 >=20