Re: [O] Remove postamble in exported html from org-mode

2015-12-30 Thread B.V. Raghav
Xin writes: > Oops. I am very sorry for wasting your guys' time. I now found the problem: > the > test org file somehow contains a line somewhere (I guess it was automatically > generated by org-mode when I first created the file) that overwrites html- > postamble to be auto. > May be the htm

Re: [O] Remove postamble in exported html from org-mode

2015-12-30 Thread Xin
Oops. I am very sorry for wasting your guys' time. I now found the problem: the test org file somehow contains a line somewhere (I guess it was automatically generated by org-mode when I first created the file) that overwrites html- postamble to be auto.

Re: [O] Remove postamble in exported html from org-mode

2015-12-30 Thread Rasmus
Xin writes: > Nick Dokos gmail.com> writes: > >> >> Xin gmail.com> writes: >> >> > Is there any way to globally remove the postamble (author, created date, > etc..) >> > of exported html from org-mode? >> > >> > I tried (setq org-html-postamble nil) in my init.el, but it doesn't work. >> > >

Re: [O] Remove postamble in exported html from org-mode

2015-12-30 Thread Xin
Nick Dokos gmail.com> writes: > > Xin gmail.com> writes: > > > Is there any way to globally remove the postamble (author, created date, etc..) > > of exported html from org-mode? > > > > I tried (setq org-html-postamble nil) in my init.el, but it doesn't work. > > > > Try doing that *after*

Re: [O] Remove postamble in exported html from org-mode

2015-12-29 Thread Nick Dokos
Xin writes: > Is there any way to globally remove the postamble (author, created date, > etc..) > of exported html from org-mode? > > I tried (setq org-html-postamble nil) in my init.el, but it doesn't work. > Try doing that *after* ox-html is loaded: (eval-after-load "ox-html" (setq org-html-

[O] Remove postamble in exported html from org-mode

2015-12-29 Thread Xin
Is there any way to globally remove the postamble (author, created date, etc..) of exported html from org-mode? I tried (setq org-html-postamble nil) in my init.el, but it doesn't work. I am using the latest versions of org an htmlize.