]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-inlinetask.el
; * lisp/emacs-lisp/derived.el (derived-mode-make-docstring):
[gnu-emacs] / lisp / org / org-inlinetask.el
index ca7572bcc374449ab6cefe564163cfd5a4424149..38b68e1884dbe0df0ceb83004061c03d5c39662b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; org-inlinetask.el --- Tasks independent of outline hierarchy
 
-;; Copyright (C) 2009-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015 Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
@@ -103,7 +103,8 @@ the value of this variable."
   "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)
+  :group 'org-structure
+  :type 'boolean)
 
 (defvar org-odd-levels-only)
 (defvar org-keyword-time-regexp)