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
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.
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.
>> >
>
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*
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-
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.