From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: export latex in a table Date: Sat, 21 Sep 2013 09:01:13 +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]:43760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNJ4R-0006UT-EG for emacs-orgmode@gnu.org; Sat, 21 Sep 2013 05:01:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNJ4K-0001pl-4s for emacs-orgmode@gnu.org; Sat, 21 Sep 2013 05:01:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:42361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNJ4J-0001pd-Ta for emacs-orgmode@gnu.org; Sat, 21 Sep 2013 05:01:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VNJ4H-0002GC-64 for emacs-orgmode@gnu.org; Sat, 21 Sep 2013 11:01:34 +0200 Received: from 115.236.9.86 ([115.236.9.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Sep 2013 11:01:33 +0200 Received: from zhangweize by 115.236.9.86 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Sep 2013 11:01:33 +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: emacs-orgmode@gnu.org Hi, I want to export a table to pdf as follows: * test | \textcolor{red}{range} | \textcolor{blue}{0\sim2^{8}-1} | I checked the generated tex. The first column is OK. While in the second column, the result is something like: \textcolor{blue}\{...\} I don't know what is the right way doing this, but it worked for org-mode < 8.0. May somebody help me out?