Hi Alan,

I'm sorry I'm... fuzzy today.

Are you asking me to add: "\automigrateinserts" to the wiki example as a different mechanism to demonstrate from earlier in this thread, proposing it as a different solution this problem, and/or proposing it as a solution to the "not rendering inside the wiki ConTeXt version?

My apologies for misunderstanding.
-Brian


On 21 August 2017 at 12:35, Alan Braslau <braslau.list@comcast.net> wrote:
Perhaps try:

\automigrateinserts

this is needed to handle footnotes within a box.

Alan

On Mon, 21 Aug 2017 11:15:49 +1000
Brian Ballsun-Stanton <denubisx@gmail.com> wrote:

> Hey folks, trying to be a good citizen, I added (And quoted) this
> message onto the wiki:
>
> http://wiki.contextgarden.net/TABLE#Footnotes_in_TABLEs
>
> I tried for a bit to try to get the example to render, but no
> footnotes would show at all. Anyone have thoughts as to how to get
> wiki rendering to work here? And are there any other examples from
> this thread that should be added?
>
> Also, thanks for this solution, Pablo, it really helped.
>
> On 6 July 2017 at 04:51, Pablo Rodriguez <oinos@gmx.es> wrote:
>
> > On 07/03/2017 05:00 PM, Andreas Schneider wrote:
> > > Hello,
> > >
> > > in the current ConTeXt Minimals (ver: 2017.06.30 19:45 MKIV beta
> > > fmt: 2017.7.3) the following example doesn't show any footnotes:
> > >
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > \starttext
> > > \bTABLE[split=repeat,align=normal]
> > >    \bTR\bTD Something\footnote[x]{bla bla}\eTD\eTR
> > >    \bTR\bTD Foo\note[x] \eTD\eTR
> > > \eTABLE
> > > \stoptext
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > Hi Andreas,
> >
> > this might do what you intend:
> >
> >     \starttext
> >     \bTABLE[split=repeat,align=normal]
> >        \bTR\bTD Something\postponenotes\footnote[x]{bla bla}\eTD\eTR
> >        \bTR\bTD Foo\note[x] \eTD\eTR
> >     \eTABLE
> >     \flushnotes
> >     \stoptext
> >
> > Just in case it helps,
> >
> >
> > Pablo
> > --
> > http://www.ousia.tk
> > ____________________________________________________________
> > _______________________
> > If your question is of interest to others as well, please add an
> > entry to the Wiki!
> >
> > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> > listinfo/ntg-context
> > webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> > archive  : https://bitbucket.org/phg/context-mirror/commits/
> > wiki     : http://contextgarden.net
> > ____________________________________________________________
> > _______________________
> >