Variable: org-table-number-fraction

org-table-number-fraction is a customizable variable defined in org-table.el.gz.

Value

0.5

Documentation

Fraction of numbers in a column required to make the column align right.

In a column all non-white fields are considered. If at least this fraction of fields is matched by org-table-number-regexp, alignment to the right border applies.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defcustom org-table-number-fraction 0.5
  "Fraction of numbers in a column required to make the column align right.
In a column all non-white fields are considered.  If at least
this fraction of fields is matched by `org-table-number-regexp',
alignment to the right border applies."
  :group 'org-table-settings
  :type 'number)