Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Jul 9, 2019
1 parent 7d5f0a5 commit a8d95b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ox-json.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a8d95b2

Please sign in to comment.