help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Org: ASCII export of table


From: Francis Moreau
Subject: Org: ASCII export of table
Date: Thu, 22 Oct 2009 00:20:12 -0700 (PDT)
User-agent: G2/1.0

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]