emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] exclude certain tags from inheritance


From: Nick Dokos
Subject: Re: [O] exclude certain tags from inheritance
Date: Tue, 22 Oct 2013 08:15:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

David Belohrad <address@hidden> writes:

> Hi Christinan,
> thanks for hint. That one i've tested as first. doing
>
> (setq org-use-tag-inheritance "address@hidden")
>

That should probably be

(setq org-use-tag-inheritance "address@hidden")

(i.e. anything *not* starting with @ or #).

Untested.

Nick


> surprisingly, it does not do the expected stuff and all @xxx tags are
> still exported to the branches, where they are not supposed to be.
>
> At the same time I've tested this:
>
>   (setq org-tags-exclude-from-inheritance '(
> "@Adrian"     "@LiShu"        "@Martin"))
>
> and this one perfectly does the job when org-use-tag-inheritance is set
> to true. Trouble with this one is, that @ is basically followed by a
> name, and with every new name I have to for the moment manually add an
> item into exclude ....
>
> .d.
>
>
>
> Christian Moe <address@hidden> writes:
>
>> Hi,
>>
>> Try setting org-use-tag-inheritance to "address@hidden"
>>
>> Yours,
>> Christian
>>
>> David Belohrad writes:
>>
>>> Could someone help me to construct the expression such, that all tags
>>> starting with @ or # will be excluded from inheritance?
>>>
>>> many thanks
>>>
>>> .d.
>
>

-- 
Nick




reply via email to

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