From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Koell Subject: Bug: bold text followed by footnote not bold Date: Wed, 11 Nov 2015 07:38:35 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114d63b4634c4a05243e1328 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwP3E-0003C9-TF for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 01:38:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwP3E-0002ZS-4B for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 01:38:36 -0500 Received: from mail-yk0-x22e.google.com ([2607:f8b0:4002:c07::22e]:33458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwP3D-0002ZK-VM for emacs-orgmode@gnu.org; Wed, 11 Nov 2015 01:38:36 -0500 Received: by ykdv3 with SMTP id v3so35247697ykd.0 for ; Tue, 10 Nov 2015 22:38:35 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list --001a114d63b4634c4a05243e1328 Content-Type: text/plain; charset=UTF-8 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. --001a114d63b4634c4a05243e1328 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I just encountered following behaviour:

<= /div>*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'v= e to use a space between bold text and marker)

I may be w= rong, but I thought a footnote marker will follow immediately after the wor= d ends. Both examples exported to html.

--001a114d63b4634c4a05243e1328--