diff --git a/ox-hugo.el b/ox-hugo.el index 0387208..b66bb84 100644 --- a/ox-hugo.el +++ b/ox-hugo.el @@ -48,6 +48,8 @@ ;;; Code: +(eval-when-compile (require 'subr-x)) ;For `string-remove-suffix' + (require 'ox-blackfriday) (require 'ffap) ;For `ffap-url-regexp' (require 'ob-core) ;For `org-babel-parse-header-arguments'