On 08.04.2014 16:20, Pablo Rodriguez wrote: > Dear list, > > I have a sample that shows an issue with PDF bookmarks: > > \setupinteraction[state=start] > \placebookmarks[chapter] > \setupheadertexts[chapter] > \starttext > \completecontent > > \chapter{Footnote\footnote{Only in bookmarks}} > > \stoptext > > Sorry, but I don’t know why the footnote is removed in the table of > contents and in the header, but it isn‘t in the bookmark. > > Am I missing something? > > Many thanks for your help, > > > Pablo That probably has to do with expansion (a detailed explanation may be given by a (Con)TeX(t) Guru :-)). I think the best "fix" is to use the MkIV title mechanism (start... stop...) http://wiki.contextgarden.net/Titles#New_MkIV_Sectioning That way you can do: \startchapter[title={Footnote\footnote{Only where appropriate}}, bookmark={No Footnote}] ... \stopchapter -- Best Regards, Andreas