Variable: org-ascii-table-keep-all-vertical-lines
org-ascii-table-keep-all-vertical-lines is a customizable variable
defined in ox-ascii.el.gz.
Value
nil
Documentation
Non-nil means keep all vertical lines in ASCII tables.
When nil, vertical lines will be removed except for those needed for column grouping.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-ascii.el.gz
(defcustom org-ascii-table-keep-all-vertical-lines nil
"Non-nil means keep all vertical lines in ASCII tables.
When nil, vertical lines will be removed except for those needed
for column grouping."
:group 'org-export-ascii
:version "24.4"
:package-version '(Org . "8.0")
:type 'boolean)