diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el index a5502241e..49299b014 100644 --- a/lisp/ox-icalendar.el +++ b/lisp/ox-icalendar.el @@ -897,7 +897,8 @@ The file is stored under the name chosen in "Export current agenda view to an iCalendar FILE. This function assumes major mode for current buffer is `org-agenda-mode'." - (let ((org-icalendar-combined-agenda-file file) + (let (org-export-babel-evaluate ; Don't evaluate Babel block + (org-icalendar-combined-agenda-file file) (marker-list ;; Collect the markers pointing to entries in the current ;; agenda buffer.