From 9a168e2bd931483df424b53f0c59f65ba811afcd Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Mon, 8 Jul 2019 22:50:27 -0700 Subject: [PATCH] Export document description as secondary string --- ox-json.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-json.el b/ox-json.el index 2b4292c..cfa041d 100644 --- a/ox-json.el +++ b/ox-json.el @@ -595,7 +595,7 @@ INFO is the plist of export options." (author . ,(org-json-export-secondary-string (plist-get info :author) info)) (creator . ,(org-json-encode-string (plist-get info :creator) info)) (date . ,(org-json-export-secondary-string (plist-get info :date) info)) - (description . ,(org-json-encode-string (plist-get info :description) info)) + (description . ,(org-json-export-secondary-string (plist-get info :description) info)) (email . ,(org-json-encode-string (plist-get info :email) info)) (language . ,(org-json-encode-string (plist-get info :language) info)) ))