Dear context users: I am experimenting with descriptions and I couldn't find in the documentation the following: 1. What is the default value of width option? It seems that default width uses the longest head + some distance for every head in a descriptions list. Neither width=fit nor width=broad,distance=dimension results in the same. 2. In the same document how can I reset to the default options of a defined description list? For example: \definedescription[defa] \defa{head} .... % deafult options are used \setupdescription[defa][width=broad,distance=1cm] \defa{head} .... % above options are used Now I would like to use again the default options, how can I? I tried: \setupdescription[defa][] \defa{head} .... But still the previously set options are used, they haven't been reset. Thank you in advance, bcsikos