Am 26.01.2012 um 16:59 schrieb luigi scarso:
Write \unexpanded\def\…
> \def\ChapterCommand#1#2#3{#1 #2 #3}%
> \setuplist[chapter]
> [alternative=command,
> command=\ChapterCommand]
> \starttext
> \placecontent
> \startpart[title=aaa]
> \startchapter[title=bbb]
> \startsection[title=ccc]
> \input knuth
> \stopsection
> \stopchapter
> \stoppart
> \stoptext
>
> ! Argument of \ChapterCommand has an extra }.
Wolfgang