From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Property drawers and Beamer Date: Mon, 18 Nov 2013 17:38:42 -0500 Message-ID: <874n79jpxp.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViXTC-000218-92 for emacs-orgmode@gnu.org; Mon, 18 Nov 2013 17:39:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViXT4-0008Uk-Um for emacs-orgmode@gnu.org; Mon, 18 Nov 2013 17:39:02 -0500 Received: from plane.gmane.org ([80.91.229.3]:53276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViXT4-0008Ud-Ns for emacs-orgmode@gnu.org; Mon, 18 Nov 2013 17:38:54 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ViXT2-00080v-NM for emacs-orgmode@gnu.org; Mon, 18 Nov 2013 23:38:52 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Nov 2013 23:38:52 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Nov 2013 23:38:52 +0100 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: emacs-orgmode@gnu.org Marvin Doyley writes: > Hi there, > > Is there a way to prevent the content of a property draw from been > exported. I am making a presentation that plan to turn into a paper > later. I have placed a bunch of material in property draws that I > would prefer not to export. > > Thanks > M Untested: #+OPTIONS: d:nil See Section 12.2, "Export options", in the Org manual: (info "(org) Export options") Nick