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: Thu, 26 Jun 2008 10:26:08 -0400 Message-ID: <4863A700.1080500@gmail.com> References: <48629FEC.9090405@gmail.com> <4862C677.7020900@gmail.com> <48638596.8080505@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBsQb-0006oa-0h for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 10:26:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBsQY-0006o6-JO for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 10:26:23 -0400 Received: from [199.232.76.173] (port=49688 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBsQY-0006o1-Fy for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 10:26:22 -0400 Received: from wx-out-0506.google.com ([66.249.82.232]:43875) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBsQX-0001qa-MS for emacs-orgmode@gnu.org; Thu, 26 Jun 2008 10:26:22 -0400 Received: by wx-out-0506.google.com with SMTP id h28so41320wxd.24 for ; Thu, 26 Jun 2008 07:26:18 -0700 (PDT) In-Reply-To: <48638596.8080505@gmx.de> 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 Cc: "[emacs-orgmode]" Thanks a lot for all your replies and suggestions. Carsten put in a new option for it, so I will just use that until more sophisticated needs come up. Wanrong Sebastian Rose wrote: > 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 >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 >