![](https://secure.gravatar.com/avatar/3c140ccfa4f4a0fa053f057b2ccf07b6.jpg?s=120&d=mm&r=g)
25 Jan
2010
25 Jan
'10
5:44 p.m.
Dear all, When selecting multiple blocks: \useblocks[someblock,otherblock], the blocks are selected but the before and after statements are not processed. Is the expected behaviour? Tia, Bernard Example: \defineblock[someblock] \defineblock[otherblock] \setupblock[someblock] [before={ -Begin- }, after={ -End- }] \hideblocks[someblock,otherblock] \starttext \beginsomeblock SOMEBLOCK \endsomeblock \beginotherblock OTHERBLOCK \endotherblock \section{No before or after} \useblocks[someblock,otherblock] \useblocks[otherblock,someblock] \section{Separately they work} \useblocks[someblock] \useblocks[otherblock] \stoptext