Re: [O] Keeping vertical bars in exported, ASCII file
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
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