From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renzo Been =?utf-8?b?Oi0p?= Subject: Re: Option to turning off the last line in HTML export postamble Date: Wed, 25 Jun 2008 21:10:02 +0000 (UTC) Message-ID: References: <48629FEC.9090405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBcFt-0005hf-Og for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 17:10:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBcFp-0005gE-BS for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 17:10:16 -0400 Received: from [199.232.76.173] (port=51924 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBcFp-0005gB-65 for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 17:10:13 -0400 Received: from main.gmane.org ([80.91.229.2]:45751 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KBcFp-0001T7-2H for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 17:10:13 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KBcFl-0007kh-Pb for emacs-orgmode@gnu.org; Wed, 25 Jun 2008 21:10:09 +0000 Received: from ip56507cb9.direct-adsl.nl ([86.80.124.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Jun 2008 21:10:09 +0000 Received: from swangdoodles by ip56507cb9.direct-adsl.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Jun 2008 21:10:09 +0000 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 Wanrong Lin gmail.com> writes: > > Hi, > > For some of my org files, I don't want the following line to show up in > my HTML export: > > "HTML generated by org-mode 6.05b in emacs 22" > > Is there an option to turn it off? I looked at the org source code and > it seems the answer is no. Can a new option be added for it? Thanks a > lot for considering this suggestion. > > Wanrong > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > 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