Use package noflet
1 files changed, 3 insertions(+), 0 deletions(-) M ox-base64-html.el
M ox-base64-html.el => ox-base64-html.el +3 -0
@@ 25,6 25,9 @@ ;; assets like images, videos and compressed archives as base64 ;; encoded data URIs into the generated HTML5 file. +(use-package noflet + :ensure t) + (require 'org) (require 'ox-html) (require 'noflet)