From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export, excluding everything marked with special tags Date: Fri, 20 Sep 2019 12:37:00 -0400 Message-ID: <87y2yi7wlv.fsf@alphaville.usersys.redhat.com> References: <3b844c62-abdd-c182-6aed-91a7a9f65d35@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55868) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBLuD-0003md-7N for emacs-orgmode@gnu.org; Fri, 20 Sep 2019 12:37:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBLuC-0006PQ-0i for emacs-orgmode@gnu.org; Fri, 20 Sep 2019 12:37:13 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:49318 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iBLuB-0006P7-Q4 for emacs-orgmode@gnu.org; Fri, 20 Sep 2019 12:37:11 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iBLu8-000cQf-KL for emacs-orgmode@gnu.org; Fri, 20 Sep 2019 18:37:08 +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" To: emacs-orgmode@gnu.org John Kitchin writes: > One way is to put a list of tags (separated by spaces) in a file property like this: > > #+EXCLUDE_TAGS: one two > ... or if you want to do it globally, set the variable org-export-exclude-tags in your init file: (setq org-export-exclude-tags '("one" "two")) > On Fri, Sep 20, 2019 at 7:06 AM Julius Dittmar wrote: > > Hi, > > I know it's possible to define one tag's name to block org from > including any heading tagged like that from exports. Is it possible to > have more than one such tag defined? If so, how can that be done? > > Thanks in advance, > > Julius > -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler