ox-icalendar.el (org-icalendar-use-scheduled): Fix typo

* ox-icalendar.el (org-icalendar-use-scheduled): Fix typo.
This commit is contained in:
Bastien Guerry 2014-04-23 09:50:25 +02:00
parent 51fed2bd9b
commit 096c9e8b71
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ This is a list with several symbols in it. Valid symbol are:
(defcustom org-icalendar-use-scheduled '(todo-start)
"Contexts where iCalendar export should use a scheduling time stamp.
This is a list with several symbols in it. Valid symbol are:
This is a list with possibly several symbols in it. Valid symbols are:
`event-if-todo' Scheduling time stamps in TODO entries become an event.
`event-if-not-todo' Scheduling time stamps in non-TODO entries become an event.
`todo-start' Scheduling time stamps in TODO entries become start date.