Hi, Could you add (pushnew :elephant *features*) somewhere in the source? This way I can easily comment out a block of code when elephant is not available. Thanks. (defun start () #+elephant (progn (ensure-directories-exist (second *blog-store-spec*)) (open-store *blog-store-spec*)) ......... .........)