[Orgmode] Re: custom postamble in HTML export

2010-10-07 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> :postamble is meant to completely replace the automatic >>> postamble Org creates, >> >> But what if I like the information it puts there? > > Then you have a case which Org currently

[Orgmode] Re: custom postamble in HTML export

2010-10-06 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote: >>> How about moving (org-export-html-insert-plist-item opt-plist :postamble opt-plist) in org-html.el from

Re: [Orgmode] Re: custom postamble in HTML export

2010-10-05 Thread Carsten Dominik
On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote: Carsten Dominik writes: On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote: How about moving (org-export-html-insert-plist-item opt-plist :postamble opt-plist) in org-html.el from line 1694 few lines up, just above the closing div of th

[Orgmode] Re: custom postamble in HTML export

2010-10-05 Thread Achim Gratz
Łukasz Stelmach writes: > But what if I like the information it puts there? Especially the > timestamp? there is the :timestamp option but honestly I couldn't figure > out how to use it. I puts some HTML with in it > and that's all. I don't know what was the intention, but I recognize those part

[Orgmode] Re: custom postamble in HTML export

2010-10-05 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote: > >> How about moving >> >> (org-export-html-insert-plist-item opt-plist :postamble opt-plist) >> >> in org-html.el from line 1694 few lines up, just above the closing div >> of the postamble. IMHO it makes more sense t