From 221dacf9fd222386fec41bce007d4488c0d53657 Mon Sep 17 00:00:00 2001 From: Yoav Marco Date: Mon, 20 Dec 2021 21:05:57 +0200 Subject: [PATCH] Require used libraries --- org-music.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-music.el b/org-music.el index 3638fad..ea1b874 100644 --- a/org-music.el +++ b/org-music.el @@ -19,6 +19,8 @@ ;; ;;; Code: +(require 'rng-uri) +(require 'ox) (require 'dbus) (require 'dash)