ox-icalendar: Small fix
* lisp/ox-icalendar.el (org-icalendar-export-current-agenda): Add missing properties. Also fix typo for body-only argument.
This commit is contained in:
parent
3b4745d32a
commit
92aeca04b2
|
@ -903,7 +903,7 @@ This function assumes major mode for current buffer is
|
||||||
(buffer-substring
|
(buffer-substring
|
||||||
(point) (progn (outline-next-heading) (point)))))))))
|
(point) (progn (outline-next-heading) (point)))))))))
|
||||||
(forward-line)))))
|
(forward-line)))))
|
||||||
'icalendar file)))
|
'icalendar t '(:ascii-charset utf-8 :ascii-links-to-notes nil))))
|
||||||
(with-temp-file file
|
(with-temp-file file
|
||||||
(insert
|
(insert
|
||||||
(org-icalendar--vcalendar
|
(org-icalendar--vcalendar
|
||||||
|
|
Loading…
Reference in New Issue