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:
Nicolas Goaziou 2014-08-28 11:23:50 +02:00
parent 3b4745d32a
commit 92aeca04b2
1 changed files with 1 additions and 1 deletions

View File

@ -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