diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-22 15:59:21 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-22 15:59:21 -0400 |
| commit | ce954b504720daa71cd0b017986561c7411ccc7b (patch) | |
| tree | 6e17e0ef7d6f5b14b460b3f3dd3b8aa36fcf5a7d /ox-haunt.el | |
| parent | d809baa08a86d85a28d9827b6564bf7cb32c54fa (diff) | |
Ensure that 'ox-html is loaded
Diffstat (limited to 'ox-haunt.el')
| -rw-r--r-- | ox-haunt.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ox-haunt.el b/ox-haunt.el index 6e01973..1d00a99 100644 --- a/ox-haunt.el +++ b/ox-haunt.el @@ -31,6 +31,7 @@ ;;; Code: (require 'ox) +(require 'ox-html) (org-export-define-derived-backend 'haunt 'html :menu-entry |