Dear list,

after switching to the current beta (2012.06.09 01:22) manually placed footnotes are being placed _both_ on the page and at the place specified by \placenotes.

And another one: I'd like to align the footnote number with the text (instead of having it ahng into the margin). Following http://wiki.contextgarden.net/Footnotes#Special_Needs I tried the location key in \setupnotation but this doesn't seem to do anything.


\showframe

\definenote [myFoot]

\setupnote [myFoot] [location=text]

\definenote[myOtherFoot]

\setupnotation[myOtherFoot][location=left]

\starttext

\input knuth\myFoot{a footnote (which should be placed in the text)}

\input knuth\myOtherFoot{< this footnote number should be aligned with the edge of the text.}

\page

\placenotes[myFoot]

\stoptext


thanks in advance!

best,

Daniel