emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] :include in org-project-publish-alist


From: Vikas Rawal
Subject: Re: [O] :include in org-project-publish-alist
Date: Tue, 4 Jun 2013 20:41:31 +0530




> 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.

  ':include'         List of files to be included regardless of
                     ':base-extension' and ':exclude'.


What happens if you provide a list instead of a string?


Yes. this works:

:include ("bibliobase_bib.html")

Thanks

Vikas

reply via email to

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