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




[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 bytes | 0 bytes/s, done.
: Total 3 (delta 2), reused 0 (delta 0)
: Username for 'https://code.orgmode.org': Karl
: Password for 'https://k...@code.orgmode.org':
: error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401
: fatal: The remote end hung up unexpectedly
: fatal: The remote end hung up unexpectedly
: Everything up-to-date
: 1 vk@sherri ~/worg (git)-[master] %

(I've also used "karl" as a lower-case user name with same error.)

Can you confirm this?

Disclaimer: I did not follow this mailing list for some months and I
did not push to the Wiki code for over a year. Therefore, I might have
missed something that explains this behavior.

Thanks for your help


-- 
get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
   > get Memacs from https://github.com/novoid/Memacs <
Personal Information Management > http://Karl-Voit.at/tags/pim/
Emacs-related > http://Karl-Voit.at/tags/emacs/




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