From mboxrd@z Thu Jan 1 00:00:00 1970 From: eythanweg@gmail.com (Eythan Weg) Subject: \vert not converted to | when org-table-export applied Date: Wed, 20 Jun 2012 07:02:21 -0400 Message-ID: <87395qfdqa.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShIgJ-0006ao-1q for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 07:02:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShIgE-0001iv-3z for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 07:02:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:33262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShIgD-0001ii-Tb for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 07:02:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ShIgB-0001Ya-J0 for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 13:02:31 +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 ; Wed, 20 Jun 2012 13:02:31 +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 ; Wed, 20 Jun 2012 13:02:31 +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 try to export a table with \vert symbol embedded in it to a tab separated file by use of org-table-export: | A\vert B | C | | 1 | 2 | | 3 | 4 | but the \vert in the first line is not converted to '|' as shown here: A\vert B C 1 2 3 4 Is this a bug or am I missing something? Thank you. Eythan