diff options
Diffstat (limited to 'users/grfn/gws.fyi/config.el')
-rw-r--r-- | users/grfn/gws.fyi/config.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/grfn/gws.fyi/config.el b/users/grfn/gws.fyi/config.el new file mode 100644 index 000000000000..b05d897d3ddb --- /dev/null +++ b/users/grfn/gws.fyi/config.el @@ -0,0 +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)) |