From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new latex exporter - emphasise and footnote: feature or bug? Date: Thu, 25 Oct 2012 14:05:53 +0200 Message-ID: <87ehkmn4da.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRMG0-0001g7-Kr for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 08:10:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRMFz-0006Rl-AA for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 08:09:52 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:59977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRMFz-0006Rh-2U for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 08:09:51 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so887303wgb.30 for ; Thu, 25 Oct 2012 05:09:50 -0700 (PDT) In-Reply-To: (=?utf-8?Q?=22Fran?= =?utf-8?Q?=C3=A7ois?= Allisson"'s message of "Thu, 25 Oct 2012 12:26:01 +0200") 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: =?utf-8?Q?Fran=C3=A7ois?= Allisson Cc: Org mode Hello, Fran=C3=A7ois Allisson writes: > Hello Org mode users, hello Nicolas, > > Should it be possible to put a footnote immediately after an > /emphasised/ word, as in the following example? > > ******** test.org ****************** > Hello /girls/[fn:1], how do you do? > > * Footnotes > > [fn:1] There were no boys in the room...=20 > ************************************ > > For now, the new latex exporter renders it as follows: It isn't related to the exporter. There is a limited set of charaters allowed just after an emphasis marker, and "]" doesn't belong, by default, to them. You may want to tweak the "post" part of `org-emphasis-regexp-components'. Regards, --=20 Nicolas Goaziou