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

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

[O] 401 error code when pushing to code.orgmode.org (Wiki, git)

2019-09-20 Thread Karl Voit
Hi, When I try to push to the Wiki at "code.orgmode.org", I get a strange error message: : vk@sherri ~/worg (git)-[master] % git push origin master : Counting objects: 3, done. : Delta compression using up to 4 threads. : Compressing objects: 100% (3/3), done. : Writing objects: 100% (3/3), 729

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

[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