Fix the default value of :author

master
Kaushal Modi 8 years ago
parent 38eba6d58b
commit b9f108b30a
  1. 2
      ox-hugo.el

@ -644,7 +644,7 @@ newer."
:options-alist '(;; Variables not setting the front-matter directly
(:with-toc nil "toc" org-hugo-export-with-toc)
(:section-numbers nil "num" org-hugo-export-with-section-numbers)
(:author "AUTHOR" nil org-export-with-author newline)
(:author "AUTHOR" nil user-full-name newline)
(:creator "CREATOR" nil org-hugo-export-creator-string)
(:with-smart-quotes nil "'" nil) ;Don't use smart quotes; that is done automatically by Blackfriday
(:with-special-strings nil "-" nil) ;Don't use special strings for ndash, mdash; that is done automatically by Blackfriday

Loading…
Cancel
Save