summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-10-01 13:51:13 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-10-01 13:51:13 +0200
commit7273473e6b24d78c0ee1de19bf983ec31e618a07 (patch)
tree65687459cd7266615608221f42b8d4ab6ffef10f
parent115c4bd5a7d3c87184e147fe309e77589c004ddf (diff)
downloadorg-mode-7273473e6b24d78c0ee1de19bf983ec31e618a07.tar.gz
ox-icalendar: Fix a docstring
* lisp/ox-icalendar.el (org-icalendar-exclude-tags): Fix docstring. Reported-by: james@jamestechnotes.com <http://permalink.gmane.org/gmane.emacs.orgmode/101631>
-rw-r--r--lisp/ox-icalendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el
index aefddf8..b31e882 100644
--- a/lisp/ox-icalendar.el
+++ b/lisp/ox-icalendar.el
@@ -77,7 +77,7 @@ for timed events. If non-zero, alarms are created.
(defcustom org-icalendar-exclude-tags nil
"Tags that exclude a tree from export.
This variable allows to specify different exclude tags from other
-back-ends. It can also be set with the ICAL_EXCLUDE_TAGS
+back-ends. It can also be set with the ICALENDAR_EXCLUDE_TAGS
keyword."
:group 'org-export-icalendar
:type '(repeat (string :tag "Tag")))