2007/4/4, Wolfgang Werners-Lucchini <wwl@musensturm.de>:
Hallo,

what I am doing wrong with the following snipped?

The \par in the \item does not work.
-------------------------------------------------------
\defineenumeration[question][location=top,text=Aufgabe]
\defineblock[question]

\starttext
\chapter{Aufgaben}
\beginquestion
\question
\startitemize[a]
\item Zick
\par % This \par does not work!
Mehr Zick
\stopitemize
\endquestion
\stoptext
-------------------------------------------------------

Wolfgang

Hi,

don't know why there is a problem but \endgraf instead of \par works for me.

Wolfgang