Variable: org-beamer-column-widths
org-beamer-column-widths is a variable defined in ox-beamer.el.gz.
Value
"0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC"
Documentation
The column widths that should be installed as allowed property values.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-beamer.el.gz
;;; Internal Variables
(defconst org-beamer-column-widths
"0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC"
"The column widths that should be installed as allowed property values.")