From 60a698881b2846965661ed7ca35a881dd5220f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Thu, 4 Jul 2024 19:51:52 +0200 Subject: [PATCH] Make json-to-org-table load only if present --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index fcf1759..20bde9f 100644 --- a/configuration.org +++ b/configuration.org @@ -790,7 +790,7 @@ json output to an org table. The emacs module can be found here: https://github.com/noonker/json-to-org-table #+begin_src emacs-lisp -(require 'json-to-org-table) +(require 'json-to-org-table nil t) #+end_src * Markdown mode -- GitLab