From mboxrd@z Thu Jan 1 00:00:00 1970 From: eythanweg@gmail.com (Eythan Weg) Subject: Re: exporting a table Date: Mon, 18 Jun 2012 18:36:07 -0400 Message-ID: <8762aoi6y0.fsf@gmail.com> References: <87wr34ieop.fsf@gmail.com> <6586.1340052270@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgkYf-0005bO-7p for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 18:36:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgkYd-0000o2-Lz for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 18:36:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:58718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgkYd-0000nc-Ez for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 18:36:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SgkYY-0005Zu-4x for emacs-orgmode@gnu.org; Tue, 19 Jun 2012 00:36:22 +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 ; Tue, 19 Jun 2012 00:36:22 +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 ; Tue, 19 Jun 2012 00:36:22 +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 Cc: nicholas.dokos@hp.com Nick Dokos Mon, 18 Jun 2012 16:44:30 -0400 Eythan Weg wrote: > > 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. Exporting to what? The new latex exporter does it right, the old one To a tab separated text file. barfs (needs math delimiters I guess), both old and new html exporters do it right. This is with version Org-mode version 7.8.10 (release_7.8.10-688-gd06428 @ /home/nick/elisp/org-mode/lisp/) > Is this correct? > Not afaics. Nick Thank you. Eythan