From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Subject: Re: Re: The trick behind this website Date: Sun, 31 Jan 2010 00:03:18 +0100 Message-ID: References: <3cbb63d01001290158r2cbf58acvf9e8edf56bcdf288@mail.gmail.com> <3cbb63d01001290201y7f76972coc99dd1cdcf91918d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbMLZ-0001Tx-P0 for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 18:03:21 -0500 Received: from [199.232.76.173] (port=44841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbMLY-0001Tj-Nf for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 18:03:20 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbMLX-0000w3-Rw for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 18:03:20 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:57985) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbMLX-0000vd-Ip for emacs-orgmode@gnu.org; Sat, 30 Jan 2010 18:03:19 -0500 Received: by ewy28 with SMTP id 28so766275ewy.8 for ; Sat, 30 Jan 2010 15:03:18 -0800 (PST) In-Reply-To: <3cbb63d01001290201y7f76972coc99dd1cdcf91918d@mail.gmail.com> 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: Chao Lu Cc: emacs-orgmode@gnu.org On Fri, Jan 29, 2010 at 11:01 AM, Chao Lu wrote: > One more question, how could I disable the footer part and if I want to use > it, how could I add some icons, like powered by Emacs, Org-mode, UNIX icons? Oh, here I think I can help. In your .emacs, put: (setq org-publish-project-alist ... :postamble "

" you can as well set the ;; :auto-preamble :auto-postamble values to t/nil. -- Ben