From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: impossible to have footnote touching verbatim Date: Mon, 23 Jun 2014 22:11:44 +0200 Message-ID: <87y4wn75dr.fsf@nicolasgoaziou.fr> References: <87y4wngzon.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzAaC-0000Lc-9I for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 16:11:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzAa2-0004Fg-5R for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 16:11:16 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:45948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzAa1-0004FX-VY for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 16:11:06 -0400 In-Reply-To: <87y4wngzon.fsf@gmail.com> (Eric Schulte's message of "Mon, 23 Jun 2014 16:04:40 -0400") 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: Eric Schulte Cc: Org Mode Mailing List Hello, Eric Schulte writes: > I'm writing a document in which I use footnotes to hold references to > many tools. One often wants the tool name in tt font, and the footnote > to be touching the tool name (i.e. =tool=[fn:1] ). Unfortunately > currently Org-mode doesn't fontify or export "tool" in the above as tt. > > Is there a way around this? You could probably tweak `org-emphasis-regexp-components' in order to allow square brackets as postmatch. Regards, -- Nicolas Goaziou