Browse Source

ox-icalendar: Fix code comment

* lisp/ox-icalendar.el (org-icalendar-export-to-ics): Change back-end
  name from `e-ascii' to `ascii'.
Nicolas Goaziou 12 năm trước cách đây
mục cha
commit
5442c6b838
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lisp/ox-icalendar.el

+ 2 - 2
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