Browse Source

Add (require 'json) to org_reader.el

json is needed for org_reader to work. This seems the natural place to ensure this dependency is fullfilled.
dsteuer 10 years ago
parent
commit
c3eb7df5a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      org_reader/org_reader.el

+ 1 - 0
org_reader/org_reader.el

@@ -1,3 +1,4 @@
+(require 'json)
 (require 'org)
 (defun org->pelican (filename backend)
   (progn