From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Footnote following a bold sentence Date: Sat, 23 Feb 2013 00:22:04 +0100 Message-ID: <87r4k8hr37.fsf@gmail.com> References: <5127F736.2030701@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U91wd-0004ZI-LS for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 18:22:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U91wY-0007DH-Rm for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 18:22:23 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:49130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U91wY-0007DA-Jm for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 18:22:18 -0500 Received: by mail-wi0-f180.google.com with SMTP id hi8so1347568wib.13 for ; Fri, 22 Feb 2013 15:22:17 -0800 (PST) In-Reply-To: <5127F736.2030701@gmail.com> (Alan L. Tyree's message of "Sat, 23 Feb 2013 09:54:46 +1100") 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: Alan L Tyree Cc: orgmode Hello, Alan L Tyree writes: > I need to have a footnote following a bold sentence, exported to html. > > This example: > > *The issuing bank must honour a credit when there is a complying > presentation of documents.*[fn:117] > > exports to: > > *The issuing bank must honour a credit when there is a complying > presentation of documents.*129 > > > I would rather not have a space between the * and the [fn:117]. > > Is this a bug or expected behaviour? It is to be expected. By default, opening square bracket is not allowed as a character following emphasis marker. Tweak `org-emphasis-regexp-components' to solve this. Regards, -- Nicolas Goaziou