Variable: org-habit-today-glyph

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

Value

33

Documentation

Glyph character used to identify today.

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-today-glyph ?!
  "Glyph character used to identify today."
  :group 'org-habit
  :version "24.1"
  :type 'character)