Skip to content

Commit

Permalink
Export document description as secondary string
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Jul 9, 2019
1 parent dbea5f6 commit 9a168e2
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 @@ -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))
))
Expand Down

0 comments on commit 9a168e2

Please sign in to comment.