Variable: org-habit-graph-column

org-habit-graph-column is a customizable variable defined in org-habit.el.gz.

Value

40

Documentation

The absolute column at which to insert habit consistency graphs.

Note that consistency graphs will overwrite anything else in the buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-habit.el.gz
(defcustom org-habit-graph-column 40
  "The absolute column at which to insert habit consistency graphs.
Note that consistency graphs will overwrite anything else in the buffer."
  :group 'org-habit
  :type 'integer)