From a8d95b2de9fa5493865b8fbeb933a656a89cc61b Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Mon, 8 Jul 2019 22:53:00 -0700 Subject: [PATCH] Fix typo --- ox-json.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-json.el b/ox-json.el index 0e8413c..685aec9 100644 --- a/ox-json.el +++ b/ox-json.el @@ -554,7 +554,7 @@ Returns a symbol which can be passed to `org-json-encode-with-type'." (plist-get info-types node-type) (plist-get info-types 'all) (plist-get org-json-default-property-types node-type) - (plist-get org-jsongdefault-property-types 'all)))) + (plist-get org-json-default-property-types 'all)))) (defun org-json-export-properties-alist (node info) "Get alist of encoded property values for element/object NODE.