summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-03-06 17:10:26 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-03-06 17:10:26 +0100
commit5442c6b838493cd6a5eaa5b9fa1538579b47dcb2 (patch)
tree9e088a46b21cf4f910b78f03326c85bafeead6ae
parent352ae504ec21a4a66b0f7eb5faf89fa12a610220 (diff)
downloadorg-mode-5442c6b838493cd6a5eaa5b9fa1538579b47dcb2.tar.gz
ox-icalendar: Fix code comment
* lisp/ox-icalendar.el (org-icalendar-export-to-ics): Change back-end name from `e-ascii' to `ascii'.
-rw-r--r--lisp/ox-icalendar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el
index 22c7b65..6f6d396 100644
--- a/lisp/ox-icalendar.el
+++ b/lisp/ox-icalendar.el
@@ -818,8 +818,8 @@ Return ICS file name."
(let ((file (buffer-file-name (buffer-base-buffer))))
(when (and file org-icalendar-store-UID)
(org-icalendar-create-uid file 'warn-user)))
- ;; Export part. Since this back-end is backed up by `e-ascii',
- ;; ensure links will not be collected at the end of sections.
+ ;; Export part. Since this back-end is backed up by `ascii', ensure
+ ;; links will not be collected at the end of sections.
(let ((outfile (org-export-output-file-name ".ics" subtreep)))
(if async
(org-export-async-start