about summary refs log tree commit diff
path: root/users/glittershark/gws.fyi/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/gws.fyi/config.el')
-rw-r--r--users/glittershark/gws.fyi/config.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/glittershark/gws.fyi/config.el b/users/glittershark/gws.fyi/config.el
index d11f0e309d..b05d897d3d 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))