Taco wrote: > Robin.Kirkham@csiro.au wrote: > > \setuppublicationlist[ > > authoretallimit=100, > > artauthoretallimit=100, > > maybeyear=off > > ] > > The solution is really simple. Move the closing > bracket to the previous line, like so: > > \setuppublicationlist[ > authoretallimit=100, > artauthoretallimit=100, > maybeyear=off] > > otherwise you assign the value "off" to maybeyear. > This is true throughout context: you have to be careful > about whitespace in arguments. OK ... or terminate the argument with a % or a , ... of course I should have guessed this! Many thanks, Robin