Re: [O] Keeping vertical bars in exported, ASCII file

2011-08-16 Thread Bastien
Hi Michael, Michael Hannon writes: > Greetings. I wonder if there's a way to tell Emacs to keep the > "fences" (vertical bars) in an exported, ASCII file. Yes there is: (setq org-export-ascii-table-keep-all-vertical-lines t) Best, -- Bastien

[O] Keeping vertical bars in exported, ASCII file

2011-07-28 Thread Michael Hannon
Greetings.  I wonder if there's a way to tell Emacs to keep the "fences" (vertical bars) in an exported, ASCII file.  I.e., sometimes I'd like:     | Name  | Phone | Age |     |---+---+-|     | Peter |  1234 |  17 |     | Anna  |  4321 |  25 | instead of:   Name    Phone   Age