From mboxrd@z Thu Jan 1 00:00:00 1970 From: Enzo Chi Subject: How to prevent [] is interpreted as footnote in table? Date: Tue, 23 Dec 2014 10:54:09 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3NCK-00067U-RQ for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 06:00:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3NCD-0002ob-CA for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 06:00:16 -0500 Received: from plane.gmane.org ([80.91.229.3]:37350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3NCD-0002oQ-60 for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 06:00:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y3NC9-0002PL-84 for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 12:00:05 +0100 Received: from 14-200-187-231.static.tpgi.com.au ([14.200.187.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 12:00:05 +0100 Received: from enzo.chi.au by 14-200-187-231.static.tpgi.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 12:00:05 +0100 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 How to prevent [] is interpreted as footnote in table? In table, something like "d[4]" would be interpreted as footnote. Tried to use "=d[4]=", it will be exported with different font to other cells in the table.