diff options
Diffstat (limited to 'ox-haunt.el')
| -rw-r--r-- | ox-haunt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ox-haunt.el b/ox-haunt.el index c18b370..f23a16d 100644 --- a/ox-haunt.el +++ b/ox-haunt.el @@ -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" |