Dear consortium,
\setupitemize[headstyle=\red]
gives the error
==========
! Missing } inserted.
<inserted text>
}
<to be read again>
\endgroup
\dolistitem ...headstyle \c!headcolor {\listitem }
\fi \else \ifconditional
\...
\complexdoitemgroupitem ...obreak \fi \dolistitem
\relax \ifconditional
\pac...
\complexdoitemgrouphead ...lexdoitemgroupitem [#1]
\bgroup
\dostartitemattrib...
<to be read again>
E
l.59 \head E
lement
?
==========
What I really want is headstyle to be both bold and red. What do I do?
Best
Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
\setupcolors[state=start]
\setupitemize[headstyle=bold,headcolor=red]
\starttext
\startitemize
\head Red bold header
\stopitemize
\stoptext
Wolfgang