Hi Wolfgang, I've played a bit with your FiXme-module. First of all, thanks for the work! But I ran into following issues. 1. Something is going wrong if I allow interaction. So the text is marked as a link, but one can't jump to the right location. 2. Instead of margin notes I would like to use PDF annotations, so I tried: \setupfixme [before={\startcomment[FiXme]}, after=\stopcomment] This gives an error. 3. Is it possible to save the FiXme-list in a external text file? Something like \savebuffer[expanded list of fixmes][list.txt] \usemodule[fixme] % \setupfixme % -> error % [before={\startcomment[FiXme]}, % after=\stopcomment] \setupinteraction[state=start] \setuplist[fixme][interaction=all] \starttext \fixme{To be done …} \input knuth \fixme{To be done …} \input tufte \fixme{To be done …} \page \placelist[fixme] \stoptext Best regards Andreas