From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Table columns verbatim export Date: Fri, 31 Oct 2014 17:18:57 -0400 Message-ID: <87lhnwvsxq.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJbL-0005hc-VB for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 17:19:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkJbE-0003yS-Fm for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 17:19:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:57974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJbE-0003yM-9H for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 17:19:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XkJbC-00030B-MO for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 22:19:10 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2014 22:19:10 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2014 22:19:10 +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 Michael Bach writes: > Hi, > > I am looking for a way to format table columns to be verbatim for the > (latex) export. The reason is that in the following table, the numpy > `A[0]` will be interpreted as a footnote without a matching description > and export will fail. > > | | matlab | r | numpy | > | element access | A(1, 1) | A[1, 1] | A[0, 0] | > | row access | A(1, 1:2) | A[1, ] | @@latex: A[0]@@ | is one way - there are probably others. Nick