From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Tags included in subtree export title despite tags:nil in header Date: Thu, 27 Oct 2011 11:06:00 +0200 Message-ID: <83vcra2493.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJLuX-0002L3-IU for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 05:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJLuT-0000wr-AM for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 05:06:05 -0400 Received: from nm4.bullet.mail.ukl.yahoo.com ([217.146.182.225]:34130) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RJLuS-0000wU-TA for emacs-orgmode@gnu.org; Thu, 27 Oct 2011 05:06:01 -0400 In-Reply-To: (suvayu ali's message of "Wed, 26 Oct 2011 20:20:52 +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: suvayu ali Cc: org-mode mailing list suvayu ali writes: Hi, Suvayu, > > I also have a subtree where I > wrote beamer presentation about the project. I would like to exclude > this from the html export, so I tag it with noexport. > > Now when I do a subtree export ^^^^^^^^^^^^^^^^^ > to get the beamer presentation, my > presentation has the title: "Text in headline :noexport:". Is there > any way to exclude the tag from the exported title short of toggling > the tag before export or setting the EXPORT_TITLE property? > > I was expecting this to work out of the box since I already have > tags:nil in the file header. ^^^^^^^^^^^^^^^^^^^^ > Would this be considered as a bug? I don't think so. Options for *the* specific subtree have to be defined in the subtree: * file ** beamer :noexport: :PROPERTIES: :EXPORT_TITLE: beamer :EXPORT_FILE_NAME: test.html :EXPORT_OPTIONS: H:3 num:nil toc:nil \n:t @:t ::t |:t ^:t f:nil *:t tags:nil TeX:t LaTeX:nil skip:t p:nil author:nil email:nil creator:nil timestamp:nil :END: beamer 2 *** beamer 3 hth Giovanni