help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Org-mode, the strange export of certain tags


From: Bastien
Subject: Re: Org-mode, the strange export of certain tags
Date: Thu, 31 Jan 2013 18:46:00 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

twiki7619@yahoo.it writes:

> In a buffer in org-mode if I use as tags ":INFO:TODO:"
>
> When I export to HTML TAG these are exported with different
> styles from other TAG and are also listed in the index.
>
> These tags also are inserted between the
> tags "<a href...> ... </a>" :
>
> In the HTML source:
>
> ...
> <a href="#INFO-TODO">INFO:TODO</a>
> ...
>
> I want simply:
>
> ...
> <span class="tag"><span class="INFO">INFO</span>
> <span class="TODO">TODO</span></span>
> ...
>
> as for the other tags!

I am not sure what you mean by other tags, but I guess you are
refering to TODO keywords.

Tags are exported differently than TODO keywords -- the simple 
reason here is that there may be several tags for one headline,
while there is always only one TODO keyword.

If I didn't understand what you meant, please provide a test.org
with more explanations -- ah, and basic info like Emacs and Org
version could help.

Thanks,

-- 
 Bastien



reply via email to

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