Leandro Noferini <lnofe...@cybervalley.org> 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 "lnofe...@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


Reply via email to