I already fixed it (there were a few more things so I added some tracing options as well). There is no beta upload as something has to be tested by other dev first due to some changes in file handling. Great, I'll be waiting for the next beta then!
In the meantime, can I also ask you about another issue I have quite a while now, but it wasn't really that important. If I want to specify a custom text for a PDF-Bookmark it always get set for the bookmark one level up. Here's a small example: % start of example \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \starttext \chapter{Chapter1} \bookmark{bookmark1} hello1 \chapter{Chapter2} \bookmark{bookmark2} hello2 \chapter{Chapter3} \bookmark{bookmark3} hello3 \stoptext % end of example I'm expecting to get the following bookmarks: * bookmark1 * bookmark2 * bookmark3 but instead I'm getting this (with mkiv): * bookmark2 * bookmark3 * Chapter3 I'd guess that's just a small error somewhere, since using the \bookmark command always replaces the text for the previous bookmark. Thanks, Adam