summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2020-04-09 09:36:09 -0500
committerAdam Porter <adam@alphapapa.net>2020-04-09 09:36:09 -0500
commit533b021f258cfffcf04e37fab01859cc5d59b7cc (patch)
treea378370052e68949227d666f5ce23a6bd60e66e3
parent44fb922da9ac428d216aa110e6f9c68447c21999 (diff)
Fix: Require rx
-rw-r--r--org-make-toc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/org-make-toc.el b/org-make-toc.el
index 8722f1f..c5b80d0 100644
--- a/org-make-toc.el
+++ b/org-make-toc.el
@@ -132,6 +132,7 @@
(require 'cl-lib)
(require 'org)
+(require 'rx)
(require 'seq)
(require 'subr-x)