Hi,
IIUC, the bib module manual says that
\setuppublications[sorttype=bbl]
will print the publications in the order in which they appear in the bbl
file. However, one needs
\setupbibtex[sorttype=bbl]
\setuppublications[sorttype=bbl]
to get that behavior (took forever to debug). Minimal example:
\setupbibtex[sorttype=bbl]
\setuppublications[sorttype=bbl]
\unprotect
\show\@@pbsorttype
\protect
%\tracingall
\starttext
\unprotect
\show\@@pbsorttype
\protect
\stoptext
(Try commenting on the of the \setup.... lines)
Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________