From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: :include in org-project-publish-alist Date: Sun, 2 Jun 2013 05:04:49 +0530 Message-ID: <20130601233449.GA13733@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UivK6-0001T6-38 for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 19:34:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UivK5-0003NF-Bu for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 19:34:58 -0400 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]:44071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UivK5-0003NA-5O for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 19:34:57 -0400 Received: by mail-pb0-f43.google.com with SMTP id ma3so4014072pbc.30 for ; Sat, 01 Jun 2013 16:34:55 -0700 (PDT) Received: from panahar ([203.122.34.25]) by mx.google.com with ESMTPSA id fm2sm56301728pab.13.2013.06.01.16.34.53 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Jun 2013 16:34:54 -0700 (PDT) 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 I get an error if I use following in org-project-publish-alist :include "bibliobase_bib.html" The error message says: mapc: Wrong type argument: sequencep, 126 The above mentioned html file is generated by ox-bibtex.el. I would like it to be published directly as part of the static content. I am on Org-mode version 8.0.3 (release_8.0.3-188-gd36a93) Vikas