From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: postamble removal Date: Mon, 26 Mar 2012 17:29:47 +0200 Message-ID: <87mx735qj8.fsf@gnu.org> References: <87limo4dlw.fsf@psinom.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCBqY-0000pV-9F for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 11:28:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCBqQ-0004ep-9U for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 11:28:37 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:57667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCBqQ-0004e5-0O for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 11:28:30 -0400 Received: by werj55 with SMTP id j55so5486414wer.0 for ; Mon, 26 Mar 2012 08:28:28 -0700 (PDT) In-Reply-To: <87limo4dlw.fsf@psinom.home> (prad@towardsfreedom.com's message of "Sun, 25 Mar 2012 13:42:03 -0700") 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: prad Cc: emacs-orgmode@gnu.org 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-postamble "
") HTH, -- Bastien