>> "Adam" == Adam Sjøgren writes: Hello Adam > Hi Leonidas. [snip] > Anyway, here is my butchering of your recipe: > (add-to-list 'mm-inlined-types "text/calendar") > (add-to-list 'mm-automatic-display "text/calendar") > (add-to-list 'mm-inline-media-tests '("text/calendar" mm-inline-text-calendar identity)) > (require 'icalendar) > (require 'boxquote) > (defun mm-inline-text-calendar (handle) > (defun format-text-calendar-for-display (element) I don't understand the last 2 functions. They are supposed to be in some hook? Uwe Brauer