From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Stewart Subject: Don't treat [n] as a footnote, and export "[n]" Date: Thu, 23 Apr 2015 20:10:55 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlMWs-0005g7-ML for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 15:11:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlMWr-0003W1-PC for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 15:11:18 -0400 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:33808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlMWr-0003Vc-HC for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 15:11:17 -0400 Received: by laat2 with SMTP id t2so19843877laa.1 for ; Thu, 23 Apr 2015 12:11:15 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi, I have the following in an org mode file (that do not want as inline verbatim inside =foo=) : int[2] a; When I try exporting to HTML, I get the error: org-export-get-footnote-definition: Definition not found for footnote 2 I've seen two solutions online: http://emacsclub.github.io/html/org_tutorial.html https://lists.gnu.org/archive/html/emacs-orgmode/2010-07/msg01248.html The first works for me, i.e. #+OPTIONS: f:nil For this, though, the exported HTML omits the "[2]" text, i.e. the HTML is int a; How do I turn off footnotes for [n] where n is a number, so that "[n]" is exported? Thanks, -- Rob