summaryrefslogtreecommitdiff
path: root/lisp/org-inlinetask.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-inlinetask.el')
-rw-r--r--lisp/org-inlinetask.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el
index ca7572b..de4267c 100644
--- a/lisp/org-inlinetask.el
+++ b/lisp/org-inlinetask.el
@@ -1,6 +1,6 @@
;;; org-inlinetask.el --- Tasks independent of outline hierarchy
-;; Copyright (C) 2009-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2014 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)