emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Error exporting a project


From: Nick Dokos
Subject: Re: [O] Error exporting a project
Date: Sun, 12 Feb 2012 13:02:20 -0500

[AAARGH - third attempt - not having much luck]

Leandro Noferini <address@hidden> wrote:


> >>     :include "blog.org"
> >> 
> >> 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.
> 
> I did not remember how to have the debug, thanks!
> 
> This is the Backtrace:
> 

:include takes a list of files as argument. The mapc iterates over
the list. Here it iterates over the string and chokes on the first
letter (b = 98 in ascii)

Try

:include ("blog.org")

Nick

PS If this doesn't go through unscathed, I'll give up and go take a nap.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]