From mboxrd@z Thu Jan 1 00:00:00 1970 From: prad Subject: Re: postamble removal Date: Mon, 26 Mar 2012 12:49:19 -0700 Message-ID: <87limn16tc.fsf@psinom.home> References: <87limo4dlw.fsf@psinom.home> <87mx735qj8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCG3v-00043V-Md for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 15:58:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCG3u-0001DB-21 for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 15:58:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:58379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCG3t-0001Co-R1 for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 15:58:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCG3n-0003La-LN for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 21:58:35 +0200 Received: from s0106000acd1d509c.du.shawcable.net ([70.67.174.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2012 21:58:35 +0200 Received: from prad by s0106000acd1d509c.du.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2012 21:58:35 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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? > > (setq org-export-html-postamble "
") > thx bastien! i was hoping i could do these things through org templates rather than through the dotemacs file. for instance, i can eliminate the author because it seems author:nil will nil out the author 'variable'. is there something like this i can put into a org template for the other stuff? -- in friendship, prad