about summary refs log tree commit diff
path: root/users/grfn/gws.fyi/config.el
blob: b05d897d3ddb638f649bd52d6bf0ac78b5254521 (plain) (blame)
1
2
3
4
5
6
(require 'org)

(setq org-html-postamble nil)

(defadvice org-export-grab-title-from-buffer
    (around org-export-grab-title-from-buffer-disable activate))