diff options
Diffstat (limited to 'users/glittershark/gws.fyi/config.el')
-rw-r--r-- | users/glittershark/gws.fyi/config.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/glittershark/gws.fyi/config.el b/users/glittershark/gws.fyi/config.el index d11f0e309df4..b05d897d3ddb 100644 --- a/users/glittershark/gws.fyi/config.el +++ b/users/glittershark/gws.fyi/config.el @@ -1,3 +1,6 @@ (require 'org) (setq org-html-postamble nil) + +(defadvice org-export-grab-title-from-buffer + (around org-export-grab-title-from-buffer-disable activate)) |