From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: Re: Option to turning off the last line in HTML export postamble Date: Wed, 25 Jun 2008 18:28:07 -0400 Message-ID: <4862C677.7020900@gmail.com> References: <48629FEC.9090405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBdTR-0003NF-N5 for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 18:28:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBdTN-0003IX-4Z for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 18:28:21 -0400 Received: from [199.232.76.173] (port=43161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBdTM-0003IO-Rs for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 18:28:16 -0400 Received: from an-out-0708.google.com ([209.85.132.247]:31805) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBdTM-00053O-Hf for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 18:28:16 -0400 Received: by an-out-0708.google.com with SMTP id c38so775867ana.84 for ; Wed, 25 Jun 2008 15:28:15 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > Yes, it's right there in the manual... > > add the following line to your .emacs > > (setq org-export-html-auto-postamble 'nil) > > That should do the trick > > Ciao, > Renzo > > > > Thanks for pointing it out, but that is not exactly what I wanted. (setq org-export-html-auto-postamble 'nil) will remove the whole postamble, including the creating date, author and etc, which I do want to keep. I just want to turn off the line stating the file is created by org-mode on emacs. Wanrong