Skip to content

Commit

Permalink
Require org-ref in the test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Feb 12, 2022
1 parent eca91a3 commit 73e6573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/setup-ox-hugo.el
Expand Up @@ -197,6 +197,8 @@ to be installed.")
(error "The environment variable OX_HUGO_TMP_DIR needs to be set"))

(require 'oc-csl nil :noerror) ;Auto-register csl processor
(require 'org-ref)

(require 'ox-hugo)
(defun org-hugo-export-all-wim-to-md ()
(org-hugo-export-wim-to-md :all-subtrees nil nil :noerror))
Expand Down

0 comments on commit 73e6573

Please sign in to comment.