This commit is contained in:
Carsten Dominik 2010-04-21 09:10:57 +02:00
parent e0ca9a5bdf
commit 75a68313fc
1 changed files with 3 additions and 3 deletions

View File

@ -110,9 +110,9 @@ When nil, they will not be exported."
This should be the state `org-inlinetask-insert-task' should use by
default, or nil of no state should be assigned."
:group 'org-inlinetask
:type (choice
(const :tag "No state" nil)
(string :tag "Specific state")))
:type '(choice
(const :tag "No state" nil)
(string :tag "Specific state")))
(defun org-inlinetask-insert-task (&optional no-state)
"Insert an inline task.