emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Leandro Noferini <lnoferin@cybervalley.org>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: Error exporting a project
Date: Sun, 12 Feb 2012 13:02:20 -0500	[thread overview]
Message-ID: <8237.1329069740@alphaville> (raw)
In-Reply-To: Message from Leandro Noferini <lnoferin@cybervalley.org> of "Sun, 12 Feb 2012 18:35:49 +0100." <87zkconedm.fsf@sgorbio.cybervalley.org>

[AAARGH - third attempt - not having much luck]

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

  parent reply	other threads:[~2012-02-12 18:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-12 12:30 Error exporting a project Leandro Noferini
2012-02-12 15:43 ` Nick Dokos
2012-02-12 17:35   ` Leandro Noferini
2012-02-12 17:50     ` Nick Dokos
2012-02-12 17:55     ` Nick Dokos
2012-02-12 18:02     ` Nick Dokos [this message]
2012-02-12 18:25       ` Leandro Noferini
2012-02-12 18:39         ` Nick Dokos
2012-02-12 21:02           ` Leandro Noferini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8237.1329069740@alphaville \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lnoferin@cybervalley.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).