From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Org: ASCII export of table Date: Thu, 22 Oct 2009 00:20:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1256197307 9300 80.91.229.12 (22 Oct 2009 07:41:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2009 07:41:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 22 09:41:40 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N0sIl-0002ol-Od for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Oct 2009 09:41:39 +0200 Original-Received: from localhost ([127.0.0.1]:41030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0sIl-0000Lv-4w for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Oct 2009 03:41:39 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!p23g2000vbl.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 93.2.234.209 Original-X-Trace: posting.google.com 1256196012 12624 127.0.0.1 (22 Oct 2009 07:20:12 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 Oct 2009 07:20:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p23g2000vbl.googlegroups.com; posting-host=93.2.234.209; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174071 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69154 Archived-At: Hello, I have a cosmetic question about ASCII export and tables with org. If I look at a table in emacs with org-mode, it looks like: | A | B | |---+---| | 1 | 2 | | 3 | 4 | But if I export the document in ASCII format, then the table looks like: A B ---+--- 1 2 3 4 Is it possible to use the first format when exporting the table in ASCII format ? Thanks