Its worring now. I have to add \setuplist[subsection][alternative=d] after \setupcombinedlist[content] etc. before that line it has no effect here.

\definecombinedlist[content][part,chapter,section,subsection]
\setupcombinedlist[content][alternative=c,partnumber=no,placehead=yes,color=black,interaction=all]
\setuplist[subsection][alternative=d]

Thankyou very much.

-------------------
Horacio Suárez
Editorial Antropofagia
antropofagia.com.ar

De: ntg-context <ntg-context-bounces@ntg.nl> en nombre de Henning Hraban Ramm via ntg-context <ntg-context@ntg.nl>
Enviado: jueves, 6 de octubre de 2022 11:02
Para: Horacio Suárez via ntg-context <ntg-context@ntg.nl>
Cc: Henning Hraban Ramm <texml@fiee.net>
Asunto: Re: [NTG-context] alternative en TOC
 
Am 06.10.22 um 15:24 schrieb Horacio Suárez via ntg-context:
> Not working, besides "[alternative=d]" apears on top of the first pdf page.

This works for me:

\setuppapersize[A7,landscape]
\setuplist[alternative=c]
\setuplist[subsection][alternative=d]

\starttext
   \placecontent
   \hairline
   \section{Section}
     \subsection{Subsection}
       \subsubsection{Subsubsection}
\stoptext

Check if your braces/brackets are right.

Hraban


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________