From 198f5853508fb73670c8c67741009a548b51671d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:41:12 +0200 Subject: [PATCH] Add :version to org-icalendar.el options. --- lisp/org-icalendar.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index 29f6c74c5..d73a6195b 100644 --- a/lisp/org-icalendar.el +++ b/lisp/org-icalendar.el @@ -54,6 +54,7 @@ for timed events. If non-zero, alarms are created. - The alarm will go off N minutes before the event - only a DISPLAY action is defined." :group 'org-export-icalendar + :version "24.1" :type 'integer) (defcustom org-icalendar-combined-name "OrgMode" @@ -64,6 +65,7 @@ for timed events. If non-zero, alarms are created. (defcustom org-icalendar-combined-description nil "Calendar description for the combined iCalendar (all agenda files)." :group 'org-export-icalendar + :version "24.1" :type 'string) (defcustom org-icalendar-use-plain-timestamp t @@ -74,6 +76,7 @@ for timed events. If non-zero, alarms are created. (defcustom org-icalendar-honor-noexport-tag nil "Non-nil means don't export entries with a tag in `org-export-exclude-tags'." :group 'org-export-icalendar + :version "24.1" :type 'boolean) (defcustom org-icalendar-use-deadline '(event-if-not-todo todo-due) @@ -213,6 +216,7 @@ Interesting value are: - \":%Y%m%dT%H%M%SZ\" for time expressed in Universal Time" :group 'org-export-icalendar + :version "24.1" :type '(choice (const :tag "Local time" ":%Y%m%dT%H%M%S") (const :tag "Explicit local time" ";TZID=%Z:%Y%m%dT%H%M%S") -- 2.11.4.GIT