From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aric Subject: No Export Tag Not Working? Date: Fri, 10 Jan 2014 22:31:54 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1kfb-00034p-SK for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 17:35:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1kfT-0003Hw-GG for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 17:35:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:37639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1kfT-0003H6-9i for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 17:35:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W1kfP-00045J-Hz for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 23:35:03 +0100 Received: from 149.142.83.92 ([149.142.83.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 23:35:03 +0100 Received: from aorchid by 149.142.83.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 23:35:03 +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 Hello, I am certainly doing something wrong with regards to the EXCLUDE_TAGS. I believe the default is noexport. I have the following in a subtree: *** subtree :PROPERTIES: :TAGS: noexport :END: blah, blah, blah. The subtree is still exported during html export. I have tried to look at the option 'org-export-exclude-tags' but it appears to be an unknown variable in my set-up. Is there some module that must be loaded to get this option? Am I tagging the subtree incorrectly? Must #+EXCLUDE_TAGS be set in every file? Using Org 8.2.5c. Thanks in advance, Aric