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

2019-09-20 Thread Nick Dokos
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




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

2019-09-20 Thread Julius Dittmar
Am 20.09.19 um 14:04 schrieb John Kitchin:
> One way is to put a list of tags (separated by spaces) in a file
> property like this:
>
> #+EXCLUDE_TAGS: one two

Thanks!

Julius




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

2019-09-20 Thread John Kitchin
One way is to put a list of tags (separated by spaces) in a file property
like this:

#+EXCLUDE_TAGS: one two

John

---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



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
>
>


[O] export, excluding everything marked with special tags

2019-09-20 Thread Julius Dittmar
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