Load org-icalendar when exporting agenda file to ics

This commit is contained in:
Carsten Dominik 2009-06-27 23:39:09 +02:00
parent 0ec316bbb5
commit e5d6bd0cc0
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2009-06-27 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-write-agenda): Make sure org-icalendar is
loaded.
* org.el (org-map-entries): No longer force
`org-tags-match-list-sublevels' to t during a todo-only tags
search.

View File

@ -2157,6 +2157,7 @@ higher priority settings."
(expand-file-name file))
(message "PDF written to %s" file))
((string-match "\\.ics\\'" file)
(require 'org-icalendar)
(let ((org-agenda-marker-table
(org-create-marker-find-array
(org-agenda-collect-markers)))