From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Error exporting a project Date: Sun, 12 Feb 2012 10:43:31 -0500 Message-ID: <6084.1329061411@alphaville> References: <87ipjcmdy4.fsf@sgorbio.cybervalley.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rwbae-0007Qr-HD for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 10:43:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rwbad-0005hG-6w for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 10:43:48 -0500 Received: from g1t0029.austin.hp.com ([15.216.28.36]:32317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rwbad-0005gF-3R for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 10:43:47 -0500 In-Reply-To: Message from Leandro Noferini of "Sun, 12 Feb 2012 13:30:27 +0100." <87ipjcmdy4.fsf@sgorbio.cybervalley.org> 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: Leandro Noferini Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Leandro Noferini wrote: > Ciao a tutti, > > I am using org-mode 7.8.03 coming with emacs 24.0.93.1 > (x86_64-pc-linux-gnu, GTK+ Version 3.2.3) from debian package. > > I defined a project like this for my little blog: > > (setq org-publish-project-alist > '(("Blog" > :base-directory "~/Documenti/org/" > :publishing-directory "~/Documenti/Personali/Blog/" > :base-extension "org" > :section-numbers nil > :table-of-contents nil > :include "blog.org" > :tasks nil > :author "Leandro Noferini" > :email "lnoferin@cybervalley.org" > This is incomplete - please send the complete entry. > but when I try to export to html I get this error (in Messages buffer) > > mapc: Wrong type argument: sequencep, 98 > > What's wrong? > M-x toggle-debug-on-error RET and then try to publish. You should get a backtrace: post the full backtrace to this list. Nick