John Kitchin <jkitc...@andrew.cmu.edu> 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 <julius.mul...@gmx.net> 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


Reply via email to