diff options
Diffstat (limited to 'lisp/org/ob-css.el')
-rw-r--r-- | lisp/org/ob-css.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/org/ob-css.el b/lisp/org/ob-css.el index 51efbb7d944..c132cb2c77b 100644 --- a/lisp/org/ob-css.el +++ b/lisp/org/ob-css.el @@ -4,7 +4,7 @@ ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research -;; Homepage: https://orgmode.org +;; URL: https://orgmode.org ;; This file is part of GNU Emacs. @@ -27,6 +27,10 @@ ;; CSS from Org files. ;;; Code: + +(require 'org-macs) +(org-assert-version) + (require 'ob) (defvar org-babel-default-header-args:css '()) |