From a92b1f34722024ff79d1f58dad3a8ee383f5af5f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 21 Sep 2024 16:13:40 +0200 Subject: [PATCH] fix: add require to have a defined org function --- conlanging.el | 1 + 1 file changed, 1 insertion(+) diff --git a/conlanging.el b/conlanging.el index 3e90b98..2ac0fc0 100644 --- a/conlanging.el +++ b/conlanging.el @@ -43,6 +43,7 @@ (require 'ivy) (require 'conlanging-graphviz) (require 'conlanging-eittlandic) +(require 'org) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Vuepress headings ;