瀏覽代碼

ox-icalendar: Small fix

* lisp/ox-icalendar.el (org-icalendar-export-current-agenda): Add
  missing properties.  Also fix typo for body-only argument.
Nicolas Goaziou 10 年之前
父節點
當前提交
92aeca04b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-icalendar.el

+ 1 - 1
lisp/ox-icalendar.el

@@ -903,7 +903,7 @@ This function assumes major mode for current buffer is
 			    (buffer-substring
 			     (point) (progn (outline-next-heading) (point)))))))))
 		   (forward-line)))))
-	   'icalendar file)))
+	   'icalendar t '(:ascii-charset utf-8 :ascii-links-to-notes nil))))
     (with-temp-file file
       (insert
        (org-icalendar--vcalendar