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: David Belohrad
Subject: Re: [O] exclude certain tags from inheritance
Date: Tue, 22 Oct 2013 14:09:46 +0200
User-agent: Notmuch/0.15.2+73~g1c450ec (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu)

Hi Christinan,
thanks for hint. That one i've tested as first. doing

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

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.



reply via email to

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