Variable: org-inlinetask-show-first-star

org-inlinetask-show-first-star is a customizable variable defined in org-inlinetask.el.gz.

Value

nil

Documentation

Non-nil means display the first star of an inline task as additional marker.

When nil, the first star is not shown.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-inlinetask.el.gz
(defcustom org-inlinetask-show-first-star nil
  "Non-nil means display the first star of an inline task as additional marker.
When nil, the first star is not shown."
  :tag "Org Inline Tasks"
  :group 'org-structure
  :type 'boolean)