emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] export, excluding everything marked with special tags


From: Nick Dokos
Subject: Re: [O] export, excluding everything marked with special tags
Date: Fri, 20 Sep 2019 12:37:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

John Kitchin <address@hidden> 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 <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]