tvl-depot/users/glittershark/gws.fyi/config.el
Griffin Smith 098bbb4d67 feat(gws.fyi): Make title work properly in index
This is remarkably silly, but it gets the job done

Change-Id: Ifbc57988a59c4f51a3bba0ed8ad397cb9855d8ab
Reviewed-on: https://cl.tvl.fyi/c/depot/+/423
Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 03:19:50 +00:00

6 lines
157 B
EmacsLisp

(require 'org)
(setq org-html-postamble nil)
(defadvice org-export-grab-title-from-buffer
(around org-export-grab-title-from-buffer-disable activate))