ox-icalendar: Ignore footnotes

* lisp/ox-icalendar.el (icalendar): Ignore footnotes.
This commit is contained in:
Nicolas Goaziou 2013-04-21 23:41:49 +02:00
parent 7528c726dd
commit 648e2a1b95
1 changed files with 3 additions and 0 deletions

View File

@ -257,10 +257,13 @@ re-read the iCalendar file.")
(org-export-define-derived-backend 'icalendar 'ascii
:translate-alist '((clock . ignore)
(footnote-definition . ignore)
(footnote-reference . ignore)
(headline . org-icalendar-entry)
(inlinetask . ignore)
(planning . ignore)
(section . ignore)
(inner-template . (lambda (c i) c))
(template . org-icalendar-template))
:options-alist
'((:exclude-tags