summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-04-23 09:50:25 +0200
committerBastien Guerry <bzg@altern.org>2014-04-23 09:50:25 +0200
commit096c9e8b712c4e48ced88a38c96b5295174eb05b (patch)
tree574521fbadb830cd997de5497dd4c24903985288
parent51fed2bd9bba1a5700f718164baf1a499b100f94 (diff)
downloadorg-mode-096c9e8b712c4e48ced88a38c96b5295174eb05b.tar.gz
ox-icalendar.el (org-icalendar-use-scheduled): Fix typo
* ox-icalendar.el (org-icalendar-use-scheduled): Fix typo.
-rw-r--r--lisp/ox-icalendar.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el
index a60c2f9..6f86250 100644
--- a/lisp/ox-icalendar.el
+++ b/lisp/ox-icalendar.el
@@ -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.