From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: :EXPORT_FILE_NAME: in new exporter possible? Date: Fri, 22 Mar 2013 15:58:46 +0100 Message-ID: <87ehf75vmh.fsf@gmail.com> References: <514C0B38.4080404@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ3Qm-0000g8-IU for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 10:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ3Ql-0003YL-1F for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 10:58:56 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:49184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ3Qk-0003Y3-Qz for emacs-orgmode@gnu.org; Fri, 22 Mar 2013 10:58:54 -0400 Received: by mail-wi0-f174.google.com with SMTP id hi8so7925737wib.13 for ; Fri, 22 Mar 2013 07:58:54 -0700 (PDT) In-Reply-To: <514C0B38.4080404@online.de> (Rainer Stengele's message of "Fri, 22 Mar 2013 08:41:44 +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: Rainer Stengele Cc: emacs-orgmode Hello, Rainer Stengele writes: > Another funny issue here is that for the test my exported subtree has > the tag :noexport: > > My setting is: > > org-export-exclude-tags is a variable defined in `ox.el'. > Its value is ("noexport") > > So the export shouldn't export that subtree shouldn't it? You're explicitly asking for a subtree export. There's no reason for the export framework to think it is smarter than you and prevent you from doing so. When exporting a subtree, the parser only looks at the contents of the top level headline, not at its tags. Regards, -- Nicolas Goaziou