~jakob/ox-haunt

9d25ec4fc66fccbae23489abd4b9e8933c5b7dbd — Jakob L. Kreuze 5 years ago 5aa4de8 v0.1
Prefer 'substring' to 'cl-subseq'
1 files changed, 1 insertions(+), 1 deletions(-)

M ox-haunt.el
M ox-haunt.el => ox-haunt.el +1 -1
@@ 96,7 96,7 @@ INFO is the current state of the export process, as a plist."
     (dolist (keyword ox-haunt-recognized-metadata)
       (when (plist-get info keyword)
         (insert (format "%s: %s\n"
                         (subseq (symbol-name keyword) 1)
                         (substring (symbol-name keyword) 1)
                         (ox-haunt--keyword-as-string info keyword)))))
     (buffer-string))
   "---\n"