Variable: org-habit-completed-glyph

org-habit-completed-glyph is a customizable variable defined in org-habit.el.gz.

Value

42

Documentation

Glyph character used to show completed days on which a task was done.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-habit.el.gz
(defcustom org-habit-completed-glyph ?*
  "Glyph character used to show completed days on which a task was done."
  :group 'org-habit
  :version "24.1"
  :type 'character)