From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Property drawers and Beamer Date: Mon, 18 Nov 2013 18:00:51 -0500 Message-ID: <87zjp1iacc.fsf@alphaville.bos.redhat.com> References: <874n79jpxp.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViXoe-0001rS-KA for emacs-orgmode@gnu.org; Mon, 18 Nov 2013 18:01:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViXoX-0006OC-9t for emacs-orgmode@gnu.org; Mon, 18 Nov 2013 18:01:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:41694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViXoX-0006O3-1c for emacs-orgmode@gnu.org; Mon, 18 Nov 2013 18:01:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ViXoU-00070X-Ue for emacs-orgmode@gnu.org; Tue, 19 Nov 2013 00:01:02 +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 ; Tue, 19 Nov 2013 00:01:02 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Nov 2013 00:01:02 +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 Nick Dokos writes: > 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 > Should probably be #+OPTIONS: d:nil prop:nil but I think the latter is the default value, so they should not be exported by default. > See Section 12.2, "Export options", in the Org manual: > Should be 12.3 - I was looking at the 7.x manual before. > (info "(org) Export options") Check also the docstrings for the variables org-export-with-drawers org-export-with-properties Nick