From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Javascript in postamble Date: Thu, 8 Nov 2012 06:12:03 +0900 Message-ID: <20121107211203.GA11296@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWCuw-0006St-UN for emacs-orgmode@gnu.org; Wed, 07 Nov 2012 16:12:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWCuv-0006Bz-Vv for emacs-orgmode@gnu.org; Wed, 07 Nov 2012 16:12:10 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:37123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWCuv-0006Bo-Py for emacs-orgmode@gnu.org; Wed, 07 Nov 2012 16:12:09 -0500 Received: by mail-pb0-f41.google.com with SMTP id rq2so1591504pbb.0 for ; Wed, 07 Nov 2012 13:12:08 -0800 (PST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode For a website that I am producing using orgmode, I would like to insert a javascript code in the postamble to get a piwik installation to track traffic to the website. I am unable to add html markup/java script to :html-postamble in project alist. The documentation on postamble is too brief for me. Can anyone give an example? Vikas