From mboxrd@z Thu Jan 1 00:00:00 1970 From: eythanweg@gmail.com (Eythan Weg) Subject: exporting a table Date: Mon, 18 Jun 2012 15:48:54 -0400 Message-ID: <87wr34ieop.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sghx4-0008F3-9T for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 15:49:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sghwm-00025a-Io for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 15:49:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:48779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sghwm-00024X-7k for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 15:49:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sghwi-000652-M3 for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 21:49:08 +0200 Received: from c-98-253-78-182.hsd1.in.comcast.net ([98.253.78.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jun 2012 21:49:08 +0200 Received: from eythanweg by c-98-253-78-182.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jun 2012 21:49:08 +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 expect that applying org-table-export on | A\vert B | C | | 1 | 2 | would result in A|B C 1 2 but instead \vert remains embedded in the exported table. Is this correct? Thank you. Eythan