diff options
Diffstat (limited to 'lisp/org/ob-fortran.el')
-rw-r--r-- | lisp/org/ob-fortran.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/org/ob-fortran.el b/lisp/org/ob-fortran.el index 9c49aa887c4..ad84314fcfb 100644 --- a/lisp/org/ob-fortran.el +++ b/lisp/org/ob-fortran.el @@ -5,7 +5,7 @@ ;; Authors: Sergey Litvinov ;; Eric Schulte ;; Keywords: literate programming, reproducible research, fortran -;; Homepage: https://orgmode.org +;; URL: https://orgmode.org ;; This file is part of GNU Emacs. ;; @@ -27,6 +27,10 @@ ;; Org-Babel support for evaluating fortran code. ;;; Code: + +(require 'org-macs) +(org-assert-version) + (require 'ob) (require 'org-macs) (require 'cc-mode) |