diff options
Diffstat (limited to 'lisp/org/ob-matlab.el')
-rw-r--r-- | lisp/org/ob-matlab.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/org/ob-matlab.el b/lisp/org/ob-matlab.el index f50da0ea434..8e4d02b2a83 100644 --- a/lisp/org/ob-matlab.el +++ b/lisp/org/ob-matlab.el @@ -4,7 +4,7 @@ ;; Author: Dan Davison ;; Keywords: literate programming, reproducible research -;; Homepage: https://orgmode.org +;; URL: https://orgmode.org ;; This file is part of GNU Emacs. @@ -35,6 +35,10 @@ ;; https://matlab-emacs.sourceforge.net/ ;;; Code: + +(require 'org-macs) +(org-assert-version) + (require 'ob) (require 'ob-octave) |