Re: [O] Bug: bold text followed by footnote not bold

2015-11-11 Thread Manuel Koell
Upgraded to latest org 8.3.2 from "org" package archive (used 8.2.10
before) and now it works after I did M-x org-reload and
uninstall/reinstalled latest org. Thanks!

2015-11-11 10:35 GMT+01:00 Nicolas Goaziou :

> Hello,
>
> Manuel Koell  writes:
>
> > I just encountered following behaviour:
> >
> > *foo bar*[fn:1] will export as *foo bar*1 (not bold, with stars)
> >
> > *foo bar* [fn:2] will export as foo bar 1 (bold, but you've to use a
> space
> > between bold text and marker)
> >
> > I may be wrong, but I thought a footnote marker will follow immediately
> > after the word ends. Both examples exported to html.
>
> I cannot reproduce it in latest Org.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>


Re: [O] Bug: bold text followed by footnote not bold

2015-11-11 Thread Nicolas Goaziou
Hello,

Manuel Koell  writes:

> I just encountered following behaviour:
>
> *foo bar*[fn:1] will export as *foo bar*1 (not bold, with stars)
>
> *foo bar* [fn:2] will export as foo bar 1 (bold, but you've to use a space
> between bold text and marker)
>
> I may be wrong, but I thought a footnote marker will follow immediately
> after the word ends. Both examples exported to html.

I cannot reproduce it in latest Org.


Regards,

-- 
Nicolas Goaziou



[O] Bug: bold text followed by footnote not bold

2015-11-10 Thread Manuel Koell
I just encountered following behaviour:

*foo bar*[fn:1] will export as *foo bar*1 (not bold, with stars)

*foo bar* [fn:2] will export as foo bar 1 (bold, but you've to use a space
between bold text and marker)

I may be wrong, but I thought a footnote marker will follow immediately
after the word ends. Both examples exported to html.