From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Option to turning off the last line in HTML export postamble Date: Thu, 26 Jun 2008 14:03:34 +0200 Message-ID: <48638596.8080505@gmx.de> References: <48629FEC.9090405@gmail.com> <4862C677.7020900@gmail.com> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020709050603090306020804" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBqBu-0001xm-AP for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 08:03:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBqBt-0001w6-1n for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 08:03:05 -0400 Received: from [199.232.76.173] (port=56809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBqBs-0001vy-Pu for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 08:03:04 -0400 Received: from mail.gmx.net ([213.165.64.20]:42415) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KBqBs-00034e-Bw for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 08:03:04 -0400 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]" This is a multi-part message in MIME format. --------------020709050603090306020804 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit How about: #postamble p { display:none; visibility:hidden; } #postamble p.author { display:block; visibility:visible; } #postamble p.date { display:block; visibility:visible; } Renzo Been :-) schrieb: > Wanrong Lin gmail.com> writes: > >> >>> 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 >> > > You're right > > Maybe this could be solved if the line: > "HTML generated by org-mode 6.05b in emacs 22" > gets it's own class specified during html-export? > Then it could be hidden via css-support... > > Could that be done somehow??? > > Ciao, > Renzo > > > > > > > _______________________________________________ > 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 > --------------020709050603090306020804 Content-Type: text/x-vcard; charset=utf-8; name="sebastian_rose.vcf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="sebastian_rose.vcf" YmVnaW46dmNhcmQNCmZuOlNlYmFzdGlhbiBSb3NlDQpuOlJvc2U7U2ViYXN0aWFuDQplbWFp bDtpbnRlcm5ldDpzZWJhc3RpYW5fcm9zZUBnbXguZGUNCnRpdGxlOkZhY2hpbmZvcm1hdGlr ZXIvQW53ZW5kZW5kdW5nc2VudHdpY2tsdW5nDQp0ZWw7Y2VsbDorNDkgMTczIC8gODMgOTMg NDE3DQpub3RlO3F1b3RlZC1wcmludGFibGU6RW50d2lja2x1bmcgIHZvbiBJbnRlcm5ldGFu d2VuZHVuZ2VuIHVuZCBQcm9ncmFtbWVuICBtaXQgIGZyZWllbiAgV2Vya3pldT0NCglnZW4g IHVuZCBCaWJsaW90aGVrZW4uPTBEPTBBPQ0KCT0wRD0wQT0NCglQSFAsIEphdmEsIEMvQysr LCAgQmFzaCwgIFBlcmwsICBBcGFjaGUsIE15U1FMLCAgUG9zdGdyZVNRTCwgeHQ6OmNvbW1l cmNlPQ0KCSwgVHlwbzMsIFNlcnZlciwgIE5ldHp3ZXJrLCAgRGVza3RvcCwgRGF0ZW5iYW5r LCBndGttbT0wRD0wQT0NCgkNCngtbW96aWxsYS1odG1sOkZBTFNFDQp2ZXJzaW9uOjIuMQ0K ZW5kOnZjYXJkDQoNCg== --------------020709050603090306020804 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --------------020709050603090306020804--