On 27 September 2012 15:55, Wilhelm <[email protected]> wrote:

> Hi,
>
> I tried to use
>
> (((test)))
>
> to render (test) and an index entry named test. But this doesn't work.
>
> Using
>
> ( ((test)) )
>
> it renders to ( test ) and generates an index entry. But the spaces around
> the indexterm are annoying.
>
> Then I tried
>
> (indexterm2:[test])
>
> but this only renders to
>
> (indexterm2:[test])
>
> So, what am I missing here?


Hi,

You are missing nothing, asciidoc.conf is missing the indexterm2 macro
definition :)

Use the attached as a local asciidoc.conf in your source file directory
until asciidoc is fixed (or add it to your existing one if you already have
a custom asciidoc.conf.

Then (indexterm2:[blah]) does what I think you want.

Cheers
Lex

@Stuart, 8.6.8 asciidoc.conf line 222 after indexterm s/b indexterm2 ??


>
> --
> Wilhelm
>
> --
> You received this message because you are subscribed to the Google Groups
> "asciidoc" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to asciidoc+unsubscribe@**
> googlegroups.com <asciidoc%[email protected]>.
> For more options, visit this group at http://groups.google.com/**
> group/asciidoc?hl=en <http://groups.google.com/group/asciidoc?hl=en>.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Attachment: index.conf
Description: Binary data

Reply via email to