From 0625651e8a61c9effc31ff771f15885a3a37c6e6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 29 Nov 2022 23:05:53 -0500 Subject: Update to Org 9.6-3-ga4d38e --- lisp/org/ob-julia.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/org/ob-julia.el') diff --git a/lisp/org/ob-julia.el b/lisp/org/ob-julia.el index de69f25fc30..314d24596f4 100644 --- a/lisp/org/ob-julia.el +++ b/lisp/org/ob-julia.el @@ -4,7 +4,7 @@ ;; Authors: G. Jay Kerns ;; Maintainer: Pedro Bruel ;; Keywords: literate programming, reproducible research, scientific computing -;; Homepage: https://github.com/phrb/ob-julia +;; URL: https://github.com/phrb/ob-julia ;; This file is part of GNU Emacs. @@ -31,6 +31,10 @@ ;; Julia packages. ;;; Code: + +(require 'org-macs) +(org-assert-version) + (require 'cl-lib) (require 'ob) -- cgit v1.2.3