Hi list! In my document I have some margin notes that appear right before a page break and so end up in the bottom margin, see the following example. \starttext \dorecurse{4}{\input knuth} \blank[2*line] \inmargin{This note ends up in the bottom margin} %\margintext{This note ends up in the bottom margin} \input tufte \stoptext Is it possible to automatically move the margin note in those cases to the next page? I had a look at the manual where the issue is addressed. As I understood it "\margintext{...}" should be able to handle this, but it did not change anything in my example. In the garden I found "\setupinmargin[stack=yes]" but this didn't help either. This seems not to hard, but I can't find a way to fix it... Thanks in advance for any hints! Stefan