From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: How to export =\'= as a table entry in latex Date: Sun, 19 Sep 2010 22:29:52 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=55854 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxLXU-0008V4-8N for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 11:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxKuh-0003o3-LV for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 10:30:44 -0400 Received: from lo.gmane.org ([80.91.229.12]:33002) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxKuh-0003nX-GF for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 10:30:43 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OxKuc-0006mD-MJ for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:30:38 +0200 Received: from 221.12.171.112 ([221.12.171.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 16:30:38 +0200 Received: from zhangweize by 221.12.171.112 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 16:30:38 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Those days when I was preparing a presentation about the special chars that starts with a =\= in C programming language, I made such a table | \' | signle quote | | \" | double quote | It did not work after I hit C-c C-e p. So I modified it as | =\'= | signle quote | | =\"= | double quote | Still it did not produce the right thing. Does anyone have a workaround?