Re: [O] postamble removal

2012-03-26 Thread Bastien
Hi Prad, prad writes: > i was hoping i could do these things through org templates rather than > through the dotemacs file. Well, you can bind variables in the Org file -- see #+BIND in the Org manual. > for instance, i can eliminate the author because it seems > author:nil > will nil out the

Re: [O] postamble removal

2012-03-26 Thread prad
Bastien writes: > prad writes: > >> this removes the author through a template: >> #+OPTIONS: <:nil author:nil >> >> is there a variable to remove the entire postamble? > > (setq org-export-html-postamble nil) > >> is there a way i can add things to the postamble such as a horizontal line? > > (

Re: [O] postamble removal

2012-03-26 Thread Bastien
Hi Prad, prad writes: > this removes the author through a template: > #+OPTIONS: <:nil author:nil > > is there a variable to remove the entire postamble? (setq org-export-html-postamble nil) > is there a way i can add things to the postamble such as a horizontal line? (setq org-export-html-po

[O] postamble removal

2012-03-25 Thread prad
this removes the author through a template: #+OPTIONS: <:nil author:nil is there a variable to remove the entire postamble? is there a way i can add things to the postamble such as a horizontal line? -- in friendship, prad