Skip to content
Snippets Groups Projects
Commit 60a69888 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Make json-to-org-table load only if present

parent 65cfddc8
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment